summaryrefslogtreecommitdiff
path: root/cparser/Lexer.mll
Commit message (Expand)AuthorAge
* Assorted fixes to fix parsing issues and be more GCC-like:Gravatar xleroy2014-05-12
* Fix string litteral parsingGravatar jjourdan2014-05-11
* - Added alternate keywords __inline, __restrict, etc, for GCC compatibilityGravatar xleroy2014-05-08
* Treat all identifiers as VAR_NAME by default (i.e. if not bound by a typedef)...Gravatar xleroy2014-05-05
* Be less picky in the way we parse '#' linesGravatar xleroy2014-05-02
* Integration of Jacques-Henri Jourdan's verified parser.Gravatar xleroy2014-04-29
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)Gravatar xleroy2012-11-03
* 'typeof' is not a keywordGravatar xleroy2012-02-29
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03