summaryrefslogtreecommitdiff
path: root/pycparser/c_lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Remember last_token in the lexer, instead of using tokenfuncEli Bendersky2013-07-131-2/+5
* Cosmetic changes & commentsEli Bendersky2013-07-131-3/+3
* Cosmetic cleanupsEli Bendersky2013-07-131-6/+5
* Support typedef names redeclared to identifiers in inner scopesSye van der Veen2013-07-111-6/+32
* Some cleanupsEli Bendersky2013-06-121-82/+50
* Merge pull request #4 from Syeberman/dollar-in-identifierEli Bendersky2013-06-121-2/+2
|\
| * Dollar signs in identifiers; non-standard, but supported by many compilersSye van der Veen2013-06-101-2/+2
* | Fixed handling of some integer suffix corner casesSye van der Veen2013-06-101-1/+1
|/
* Issue #86: fix token column computationEli Bendersky2012-12-251-5/+2
* Googlecode issue #87: improve error reporting for parse errors to containEli Bendersky2012-12-251-8/+10
* Added ply 3.4 to be redistributed with pycparser. This aids withEli Bendersky2012-12-241-3/+3
* Fixes for issue 74: pass decimal escapes \<num> in the lexereliben2012-08-101-2/+5
* Issue 73: initial pragma implementationEli Bendersky2012-08-101-9/+34
* Make sure the parser remembers the coordinates of simple string typesEli Bendersky2012-07-061-3/+0
* Issue 57: support for C99 hexadecimal float constantsEli Bendersky2012-06-151-5/+13
* Support for C99 _Complex type. Patch by Andreas KloecknerEli Bendersky2012-01-191-2/+4
* Fix for issue 50, added support for more windows chars in #line path.Even2011-11-061-3/+3
* Issue 49: Allow dots ('.') in string escapes for the sake of #line directives...eli.bendersky2011-10-311-4/+4
* - cosmetic fixes for the _Bool patcheli.bendersky2011-09-241-6/+5
* Added support for C99 _Bool type.Even2011-09-181-3/+7
* changed license notices to BSD in all fileseli.bendersky2011-04-291-1/+1
* Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky2011-02-181-3/+2
* Implemented 'long long' type support for C99eli.bendersky2010-10-301-1/+1
* Implemented declarations in first expr of a For loop, for C99eli.bendersky2010-10-291-2/+2
* initial import from SVNEli Bendersky2010-05-211-0/+445