some refactoring in preparation for a preprocessor
[cparser] / tokens.inc
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2007-12-28 Matthias Braunfix some wrong tokens
2007-12-19 Michael BeckMulti-line character constants implemented
2007-12-10 Christoph MallonGCC understands __asm, too.
2007-12-10 Christoph MallonRepair the order of tokens.
2007-12-07 Michael Beck__builtin_prefetch implemented
2007-12-07 Michael Beck__builtin_constant_p() implemented
2007-12-04 Michael Beck- add mostly all GCC/MSVC keywords
2007-11-30 Matthias Braunmerge UNEXPR and BINEXPR enums with EXPR enum
2007-11-30 Christoph MallonAdd support for variadic arguments.
2007-11-29 Christoph MallonFirst iteration in adding wide string literal support...
2007-11-28 Matthias Braunimplemented builtin_nan, nand
2007-11-28 Matthias Braun- create strict convs where necessary
2007-11-27 Matthias Braunadd parsing of asm statements, avoid some statement...
2007-11-21 Matthias Braunsupport for alloca
2007-11-18 Christoph MallonImplement the GCC insani^Wextension __builtin_classify_...
2007-11-18 Christoph MallonAdd the __func__ token.
2007-11-12 Matthias Braunmore work on local variable support
2007-09-28 Matthias Braunbugfixes, parse initializers
2007-09-27 Matthias Braun- implemented decimal floating pointer numbers in lexer
2007-09-17 Matthias Braunsupport for more builtins, additional bugfixes
2007-09-16 Matthias Braun- countless bugfixes
2007-09-08 Matthias Braunhandle multiple strings in a row
2007-07-21 Matthias Braunrefactored lexer code
2007-07-14 Matthias Braunmore work on parser, stdio.h is fully parsed now
2007-06-19 Matthias Braunchanged the way preprocessing directives are parsed
2007-06-18 Matthias Braunmore work on parser
2007-06-16 Matthias Braunmore work on parser
2007-06-16 Matthias Braunno enviornment passing around anymore in lexer, more...
2007-06-10 Matthias Braunrecognizre preprocessor hashs
2007-06-09 Matthias BraunInitial import of c parser