aboutsummaryrefslogtreecommitdiff
path: root/pycparser/c_ast.py
AgeCommit message (Expand)Author
2018-07-25Merge branch 'master' of github.com:eliben/pycparserEli Bendersky
2018-07-25Add tests for empty struct/union typedeclsEli Bendersky
2018-06-26Use https:// for all project links where available (#267)Jon Dufresne
2018-01-17Implement __repr__ on Nodes (Issue #226) (#227)ldore
2017-11-20Improve NodeVisitor performance, add iterator on Node children (Issue #219). ...ldore
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-21Support weakref to AST objects.Eli 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
2014-01-25Add support for arr[const 10] in function declarations too;Eli Bendersky
2013-09-25cleanupsEli 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-11-12adding ability to Node.show to display each node's name (in its parent). Base...eli.bendersky
2011-10-16* Added EmptyStatement node to represent an empty statement (sole ';'), with ...eli.bendersky
2011-04-29changed license notices to BSD in all fileseli.bendersky
2011-02-04Moved the .show method into the base class "Node" in _ast_gen.py, to make gen...eli.bendersky
2010-12-10The name of a NamedInitializer node was turned into a sequence of nodeseli.bendersky
2010-12-04releasing version 2.01 - removed yaml dependency, fix installation problemseli.bendersky
2010-10-30initial implementation of C99 named initializers and compound literals. The l...eli.bendersky
2010-10-29Implemented mixing of declarations and statements in compound statements for ...eli.bendersky
2010-10-29Implemented restrict and inline keywords for C99eli.bendersky
2010-10-29Implemented declarations in first expr of a For loop, for C99eli.bendersky
2010-08-13Backed out changeset: 8ee804744907eli.bendersky
2010-08-13Removall of dependency to yaml and use introspection for c_ast in place of ge...Charles Bajeux
2010-05-21initial import from SVNEli Bendersky