aboutsummaryrefslogtreecommitdiff
path: root/pycparser/c_lexer.py
AgeCommit message (Expand)Author
2019-09-25Recognize integer multicharacter constants like 'ABCD' (#350)yaroslav-o
2019-08-26Fix slow backtracking when parsing strings (no external deps) (#347)Tyson Andre
2018-06-26Use https:// for all project links where available (#267)Jon Dufresne
2017-11-22Minor cleanupsEli Bendersky
2017-03-04Python 3.6 invalid escape sequence deprecation fixes (#177)Ville Skyttä
2017-02-02Remove Copyright from every source fileEli Bendersky
2017-01-12Add support for the __int128 type.Manuel Jacob
2016-10-10Improve the behavior of pathological bad string literals a bit.Eli Bendersky
2016-10-10Adding test for exercising issue #61Eli Bendersky
2015-10-20Add support for #pragmaJulian Hammer
2015-05-10Various cosmetic updates to documentationEli Bendersky
2015-05-09Adding support for offsetof()Eli Bendersky
2015-04-20Allow binary constants (e.g.: 0b01010)Konstanty Bialkowski
2014-09-09Fix #33 pragma error when '=' occurs.wvi
2013-07-13Remember last_token in the lexer, instead of using tokenfuncEli Bendersky
2013-07-13Cosmetic changes & commentsEli Bendersky
2013-07-13Cosmetic cleanupsEli Bendersky
2013-07-11Support typedef names redeclared to identifiers in inner scopesSye van der Veen
2013-06-12Some cleanupsEli Bendersky
2013-06-12Merge pull request #4 from Syeberman/dollar-in-identifierEli Bendersky
2013-06-10Dollar signs in identifiers; non-standard, but supported by many compilersSye van der Veen
2013-06-10Fixed handling of some integer suffix corner casesSye van der Veen
2012-12-25Issue #86: fix token column computationEli Bendersky
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-08-10Fixes for issue 74: pass decimal escapes \<num> in the lexereliben
2012-08-10Issue 73: initial pragma implementationEli 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-01-19Support for C99 _Complex type. Patch by Andreas KloecknerEli Bendersky
2011-11-06Fix for issue 50, added support for more windows chars in #line path.Even
2011-10-31Issue 49: Allow dots ('.') in string escapes for the sake of #line directives...eli.bendersky
2011-09-24- cosmetic fixes for the _Bool patcheli.bendersky
2011-09-18Added support for C99 _Bool type.Even
2011-04-29changed license notices to BSD in all fileseli.bendersky
2011-02-18Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky
2010-10-30Implemented 'long long' type support for C99eli.bendersky
2010-10-29Implemented declarations in first expr of a For loop, for C99eli.bendersky
2010-05-21initial import from SVNEli Bendersky