aboutsummaryrefslogtreecommitdiff
path: root/pycparser/_c_ast.cfg
AgeCommit message (Expand)Author
2017-02-02Remove Copyright from every source fileEli Bendersky
2015-10-20Add support for #pragmaJulian Hammer
2015-05-10Various cosmetic updates to documentationEli Bendersky
2015-04-18Decrease memory usage of pycparser by using __slots__ in AST nodes.Eli Bendersky
2014-01-25Fuller support for qualifiers in array dimensions.Eli Bendersky
2013-09-25moar cleanupsEli Bendersky
2013-09-24Cosmetic whitespace fixesEli Bendersky
2013-01-16Fix comment and trim trailing whitespaceEli Bendersky
2012-12-25Issue #83: Distinguish initializer lists from expression listsEli Bendersky
2012-02-03Transform the AST to create a correct representation of the cases inside a sw...Eli Bendersky
2012-02-03typo & cosmetic changesEli Bendersky
2011-10-16* Added EmptyStatement node to represent an empty statement (sole ';'), with ...eli.bendersky
2011-08-31* added some material to the explore_ast.py exampleeli.bendersky
2011-02-18began skeleton implementation of c-to-c.py exampleeli.bendersky
2011-02-18Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky
2010-12-10The name of a NamedInitializer node was turned into a sequence of nodeseli.bendersky
2010-12-04hg exchange .yaml for .cfg fileseli.bendersky