Feature: Show the column number in diagnostic messages.
[cparser] / token_t.h
2011-06-04 Christoph MallonFeature: Show the column number in diagnostic messages.
2011-06-04 Christoph MallonRename the attribute linenr of struct source_position_t...
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
2009-04-07 Michael Beck- 2009 patch
2009-03-07 Matthias Braunsupport attribute(__const) because it is used in glibc...
2008-11-14 Michael Beck- fixed a lot of 'enum type mixed with ...' warnings
2008-09-18 Christoph MallonPut T_EOF into the anchor set.
2008-08-16 Michael Beck- changing all typedef enum { ... } name; into typedef...
2008-03-19 Michael Beckalways transmit const source_position_t * instead of...
2008-03-13 Michael Beckimplemented anchor set
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
2007-12-12 Christoph MallonHandle string literals with embedded \0 correctly.
2007-12-04 Michael Beck- add mostly all GCC/MSVC keywords
2007-11-29 Christoph MallonFirst iteration in adding wide string literal support...
2007-11-28 Matthias Braunintroduce some builtin types
2007-11-21 Matthias Braunimprove number lexing even more
2007-11-21 Matthias Braunimprovements to number lexing
2007-09-27 Matthias Braun- implemented decimal floating pointer numbers in lexer
2007-07-21 Matthias Braunrefactored lexer code
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