aboutsummaryrefslogtreecommitdiff
path: root/pycparser/c_parser.py
AgeCommit message (Expand)Author
2012-12-25Googlecode issue #87: improve error reporting for parse errors to containEli Bendersky
2012-12-24Added ply 3.4 to be redistributed with pycparser. This aids withEli Bendersky
2012-07-07Issue 68Eli Bendersky
2012-07-06Make sure the parser remembers the coordinates of simple string typesEli Bendersky
2012-06-15Issue 57: support for C99 hexadecimal float constantsEli Bendersky
2012-06-15Issue 62: correct coord for Ellipsis nodesEli 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
2012-01-24fix the case where the first statement in a file is empty (just a semicolon)....Eli Bendersky
2012-01-24moving CGenerator from examples/c-to-c.py into its own class in pycparser/. c...Eli Bendersky
2012-01-19fix reversal of specifiers & qualifiers in C generationEli Bendersky
2012-01-19Support for C99 _Complex type. Patch by Andreas KloecknerEli Bendersky
2011-10-19fixing previous fix:eli.bendersky
2011-10-19fix issue 48: handling of empty fileseli.bendersky
2011-10-16* Added EmptyStatement node to represent an empty statement (sole ';'), with ...eli.bendersky
2011-09-18Added support for C99 _Bool type.Even
2011-06-22fix a problem with previous commit:eli.bendersky
2011-06-22Fix for Issue #39: allow anonymous struct fields not only of union/struct typ...eli.bendersky
2011-05-20Basic scoping of typedefs implementedeli.bendersky
2011-04-29changed license notices to BSD in all fileseli.bendersky
2011-03-31Issue 29: some typos in CParser methodseli.bendersky
2011-03-04fixing issue 23: coords of castseli.bendersky
2011-02-18Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky
2011-02-10 some fixes to previous commit + testeli.bendersky
2011-02-10Issue 19: Anonymous unions within struct cause parser erroreli.bendersky
2011-02-04Handle empty ';' statements inside functionseli.bendersky
2011-02-04Fix parsing of empty declarations on the file-level (issue 17)eli.bendersky
2010-12-04releasing version 2.01 - removed yaml dependency, fix installation problemseli.bendersky
2010-10-30compound literals now work - a couple of tests addedeli.bendersky
2010-10-30initial implementation of C99 named initializers and compound literals. The l...eli.bendersky
2010-10-30Implemented 'long long' type support for C99eli.bendersky
2010-10-29Implemented mixing of declarations and statements in compound statements for ...eli.bendersky
2010-10-29Implemented basic VLA support for C99eli.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-10-09bugfix for issue 9: correct support of anonymous bitfields in structseli.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-07-05Fixed a bug in unified string handling (issue 7)eli.bendersky
2010-07-03Fix for issue 6: support concatenation of string literalseli.bendersky
2010-06-25* Added .hgignore fileeli.bendersky
2010-05-21initial import from SVNEli Bendersky