replaced the different statement types by one union type saving a lot of casts (and...
[cparser] / token_t.h
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