aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Protect visiting recursion against empty argument listsEli Bendersky2019-02-151-1/+2
* Fix example to properly visit nested function callsEli Bendersky2018-10-231-3/+3
* Add option to dump_ast example to show coordinatesEli Bendersky2018-09-301-1/+3
* Use https:// for all project links where available (#267)Jon Dufresne2018-06-2610-10/+10
* Fix linkEli Bendersky2018-04-121-1/+1
* Fix link formattingEli Bendersky2018-04-121-3/+3
* Update READMEs to add more details about running examplesEli Bendersky2018-04-121-1/+8
* Remove trailing whitespace from .h/.c filesEli Bendersky2018-02-062-30/+30
* Basic AST dumping sampleEli Bendersky2017-04-071-0/+25
* Update CHANGES and clean up the explore_ast exampleEli Bendersky2017-03-101-31/+29
* Python 3.6 invalid escape sequence deprecation fixes (#177)Ville Skyttä2017-03-041-1/+1
* Clean up cdecl.py a bitEli Bendersky2017-02-261-14/+19
* Add support for expanding struct and typedef -- Issue 93 (#174)Hart Chu2017-02-261-5/+93
* Tweak serialize_ast sample to use `with` statementsEli Bendersky2017-02-211-8/+6
* Add example of serializing AST for #82 (#172)Hart Chu2017-02-211-0/+38
* Fix comment typo (#171)Hart Chu2017-02-192-2/+2
* dump and load as json (#163)Michael White2017-02-021-0/+203
* Remove Copyright from every source fileEli Bendersky2017-02-028-8/+8
* Clarify where examples should be run fromEli Bendersky2016-02-263-3/+2
* Add fake libc path to func_defs.pyEli Bendersky2015-12-121-2/+3
* Wipe out more mentions of lcc's cppEli Bendersky2015-05-181-4/+1
* Various cosmetic updates to documentationEli Bendersky2015-05-102-2/+2
* Fix up examples to run properly from the main source dirEli Bendersky2015-04-214-17/+12
* Cosmetic cleanupsEli Bendersky2015-04-202-4/+1
* modify example to use print function, rather than print statementChris Morrison2014-11-051-1/+1
* Some cosmetic cleanupEli Bendersky2014-08-222-4/+1
* examples: add example of rewriting AST nodeAkira Hayakawa2014-08-221-0/+31
* Mention Clang for Windows in the README & using_gcc_E_libc example.Eli Bendersky2014-08-191-1/+2
* Add an example: using gcc -E instead of cpp for preprocessing.Eli Bendersky2014-04-231-0/+30
* A bit of cleanupEli Bendersky2014-04-232-6/+2
* More cleanups - whitespace, copyrights, etc.Eli Bendersky2013-09-252-30/+32
* moar cleanupsEli Bendersky2013-09-251-15/+10
* fix example typoEli Bendersky2012-12-251-1/+1
* Issue 63: fix up line endingsEli Bendersky2012-06-238-841/+841
* 1. make examples callable from root dirBen2012-02-036-6/+6
* cosmeticEli Bendersky2012-01-241-1/+1
* fix c generator to preserve qualifiers between pointer * and var nameEli Bendersky2012-01-241-1/+1
* fix the case where the first statement in a file is empty (just a semicolon)....Eli Bendersky2012-01-241-1/+2
* moving CGenerator testsEli Bendersky2012-01-241-127/+0
* moving CGenerator from examples/c-to-c.py into its own class in pycparser/. c...Eli Bendersky2012-01-241-382/+9
* adaptations to execute tests successfully on Windows from the root direli.bendersky2012-01-201-3/+3
* fix problem in c-to-c generation of casts. Patch by Andreas KloecknerEli Bendersky2012-01-192-102/+116
* fix reversal of specifiers & qualifiers in C generationEli Bendersky2012-01-191-1/+1
* * Added EmptyStatement node to represent an empty statement (sole ';'), with ...eli.bendersky2011-10-162-5/+6
* * added some material to the explore_ast.py exampleeli.bendersky2011-08-311-6/+23
* 1. remove redundant codeeli.bendersky2011-07-162-11/+12
* Issue 38: c-to-c: postfix -- behavioreli.bendersky2011-05-262-3/+18
* Issue 37: c-to-c: sizeof arg parenthesizingeli.bendersky2011-05-262-1/+20
* Fix issue 36: empty block in c-to-celi.bendersky2011-05-262-8/+8
* * A couple of bug fixes in c-to-c.py (Issue 35, and comlex types in function ...eli.bendersky2011-05-202-12/+109