summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Issue 33: fix c-to-c.py generation of castseli.bendersky2011-05-091-9/+9
* changed license notices to BSD in all fileseli.bendersky2011-04-296-9/+9
* c-to-c: some precedence bug fixeseli.bendersky2011-03-061-33/+46
* c-to-c: implemented named initializerseli.bendersky2011-03-051-30/+34
* c-to-c: support for more statements, plus structs and unionseli.bendersky2011-03-051-13/+67
* added if & dowhileeli.bendersky2011-03-051-1/+29
* updated TODO with latest issue fixeli.bendersky2011-03-051-16/+47
* fixing issue 23: coords of castseli.bendersky2011-03-041-5/+22
* a couple more statements implementedeli.bendersky2011-02-271-17/+32
* in c-to-c.py example: some statements + enums + structs implementedeli.bendersky2011-02-271-10/+123
* some more implemented in c-to-c.pyeli.bendersky2011-02-251-41/+69
* began skeleton implementation of c-to-c.py exampleeli.bendersky2011-02-181-0/+110
* Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky2011-02-182-7/+7
* releasing version 2.01 - removed yaml dependency, fix installation problemseli.bendersky2010-12-041-102/+102
* Implemented mixing of declarations and statements in compound statements for ...eli.bendersky2010-10-292-13/+9
* initial import from SVNEli Bendersky2010-05-2110-0/+973