summaryrefslogtreecommitdiff
path: root/tests/test_c_lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Feature/add pragma support (#487)Jordy Ruiz2023-01-081-3/+14
* Implement u8, u, and U strings from C11 (#439)Vitaly Cheptsov2021-10-051-0/+6
* Implement _Alignas and _Alignof support with tests (#435)Vitaly Cheptsov2021-10-041-0/+1
* Support _Atomic as a qualifierEli Bendersky2021-09-131-1/+5
* Fix #349: convert to raw strings in lexer tests (#389)hodbn2020-08-181-2/+2
* Recognize integer multicharacter constants like 'ABCD' (#350)yaroslav-o2019-09-251-4/+8
* Fix slow backtracking when parsing strings (no external deps) (#347)Tyson Andre2019-08-261-1/+30
* Python 3.6 invalid escape sequence deprecation fixes (#177)Ville Skyttä2017-03-041-4/+4
* Adding test for exercising issue #61Eli Bendersky2016-10-101-7/+10
* Add support for #pragmaJulian Hammer2015-10-201-6/+30
* Adding support for offsetof()Eli Bendersky2015-05-091-0/+3
* Allow binary constants (e.g.: 0b01010)Konstanty Bialkowski2015-04-201-0/+1
* Fix #33 pragma error when '=' occurs.wvi2014-09-091-1/+2
* Clean up whitespace in test codeEli Bendersky2013-12-261-2/+0
* Added tests for the CLexer on_[lr]_brace callbacksEli Bendersky2013-07-131-2/+15
* Support typedef names redeclared to identifiers in inner scopesSye van der Veen2013-07-111-2/+16
* Merge pull request #4 from Syeberman/dollar-in-identifierEli Bendersky2013-06-121-1/+1
|\
| * Dollar signs in identifiers; non-standard, but supported by many compilersSye van der Veen2013-06-101-1/+1
* | Fixed handling of some integer suffix corner casesSye van der Veen2013-06-101-0/+5
|/
* clean some trailing whitespace in testsEli Bendersky2013-01-181-82/+82
* Fixes for issue 74: pass decimal escapes \<num> in the lexereliben2012-08-101-2/+0
* some more testsEli Bendersky2012-08-101-1/+15
* Issue 73: initial pragma implementationEli Bendersky2012-08-101-2/+25
* Issue 57: support for C99 hexadecimal float constantsEli Bendersky2012-06-151-325/+330
* Add test for previous fix (issue 50) to test_c_lexer.pyeli.bendersky2011-11-121-2/+2
* Issue 49: Allow dots ('.') in string escapes for the sake of #line directives...eli.bendersky2011-10-311-0/+16
* Implemented 'long long' type support for C99eli.bendersky2010-10-301-0/+2
* initial import from SVNEli Bendersky2010-05-211-0/+327