aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2016-02-26Clarify where examples should be run fromEli Bendersky
2015-12-12Add fake libc path to func_defs.pyEli Bendersky
2015-05-18Wipe out more mentions of lcc's cppEli Bendersky
2015-05-10Various cosmetic updates to documentationEli Bendersky
2015-04-21Fix up examples to run properly from the main source dirEli Bendersky
2015-04-20Cosmetic cleanupsEli Bendersky
2014-11-05modify example to use print function, rather than print statementChris Morrison
2014-08-22Some cosmetic cleanupEli Bendersky
2014-08-22examples: add example of rewriting AST nodeAkira Hayakawa
2014-08-19Mention Clang for Windows in the README & using_gcc_E_libc example.Eli Bendersky
2014-04-23Add an example: using gcc -E instead of cpp for preprocessing.Eli Bendersky
2014-04-23A bit of cleanupEli Bendersky
2013-09-25More cleanups - whitespace, copyrights, etc.Eli Bendersky
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
2012-01-24cosmeticEli Bendersky
2012-01-24fix c generator to preserve qualifiers between pointer * and var nameEli Bendersky
2012-01-24fix the case where the first statement in a file is empty (just a semicolon)....Eli Bendersky
2012-01-24moving CGenerator testsEli Bendersky
2012-01-24moving CGenerator from examples/c-to-c.py into its own class in pycparser/. c...Eli Bendersky
2012-01-20adaptations to execute tests successfully on Windows from the root direli.bendersky
2012-01-19fix problem in c-to-c generation of casts. Patch by Andreas KloecknerEli Bendersky
2012-01-19fix reversal of specifiers & qualifiers in C generationEli 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-07-161. remove redundant codeeli.bendersky
2011-05-26Issue 38: c-to-c: postfix -- behavioreli.bendersky
2011-05-26Issue 37: c-to-c: sizeof arg parenthesizingeli.bendersky
2011-05-26Fix issue 36: empty block in c-to-celi.bendersky
2011-05-20* A couple of bug fixes in c-to-c.py (Issue 35, and comlex types in function ...eli.bendersky
2011-05-09Issue 33: fix c-to-c.py generation of castseli.bendersky
2011-04-29changed license notices to BSD in all fileseli.bendersky
2011-03-06c-to-c: some precedence bug fixeseli.bendersky
2011-03-05c-to-c: implemented named initializerseli.bendersky
2011-03-05c-to-c: support for more statements, plus structs and unionseli.bendersky
2011-03-05added if & dowhileeli.bendersky
2011-03-05updated TODO with latest issue fixeli.bendersky
2011-03-04fixing issue 23: coords of castseli.bendersky
2011-02-27a couple more statements implementedeli.bendersky
2011-02-27in c-to-c.py example: some statements + enums + structs implementedeli.bendersky
2011-02-25some more implemented in c-to-c.pyeli.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-04releasing version 2.01 - removed yaml dependency, fix installation problemseli.bendersky
2010-10-29Implemented mixing of declarations and statements in compound statements for ...eli.bendersky
2010-05-21initial import from SVNEli Bendersky