summaryrefslogtreecommitdiff
path: root/pycparser/plyparser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#443)Kian Meng Ang2021-10-181-2/+2
* Use https:// for all project links where available (#267)Jon Dufresne2018-06-261-1/+1
* Address an import of pycparser in -OO mode.Eli Bendersky2017-07-131-2/+19
* Add column support in c_parser (#178)serpilliere2017-03-101-0/+11
* Update changes and reformat commentEli Bendersky2017-02-221-3/+3
* Fix parsing TYPEIDs in declarators (#169)Nate Bogdanowicz2017-02-221-0/+50
* Remove Copyright from every source fileEli Bendersky2017-02-021-1/+1
* Various cosmetic updates to documentationEli Bendersky2015-05-101-1/+1
* Support weakref to AST objects.Eli Bendersky2015-04-211-1/+1
* Cosmetic cleanupsEli Bendersky2015-04-201-1/+0
* Add __slots__ to the Coord class.Eli Bendersky2015-04-181-0/+1
* Make sure the parser remembers the coordinates of simple string typesEli Bendersky2012-07-061-54/+54
* changed license notices to BSD in all fileseli.bendersky2011-04-291-2/+2
* initial implementation of C99 named initializers and compound literals. The l...eli.bendersky2010-10-301-1/+1
* initial import from SVNEli Bendersky2010-05-211-0/+55