aboutsummaryrefslogtreecommitdiff
path: root/examples/explore_ast.py
AgeCommit message (Collapse)Author
2017-03-10Update CHANGES and clean up the explore_ast exampleEli Bendersky
2017-02-02Remove Copyright from every source fileEli Bendersky
Replace it by website link; copyright appears in the LICENSE file already, which is sufficient
2015-05-10Various cosmetic updates to documentationEli Bendersky
2014-11-05modify example to use print function, rather than print statementChris Morrison
2013-09-25moar cleanupsEli Bendersky
2012-12-25fix example typoEli Bendersky
2012-06-23Issue 63: fix up line endingsEli Bendersky
2012-02-031. make examples callable from root dirBen
2. improve error message displayed to the user when cpp is not found by parse_file
2011-08-31* added some material to the explore_ast.py exampleeli.bendersky
* some cosmetic changes
2011-04-29changed license notices to BSD in all fileseli.bendersky
2010-10-29Implemented mixing of declarations and statements in compound statements for ↵eli.bendersky
C99. -> In the Compound AST node, decls and stmts were removed and replaced by a single list named block_items (this is an API change!)
2010-05-21initial import from SVNEli Bendersky