Generate IR for calling function pointers.
[cparser] / lexer.c
2007-11-16 Christoph MallonParse octal escape sequences correctly: Do not swallow...
2007-11-12 Matthias Braunparse wide strings
2007-11-12 Matthias Braunstricter warnings
2007-09-28 Matthias Braunbugfixes, parse initializers
2007-09-28 Matthias Braunlex floating suffix, parser can now parse it's own...
2007-09-28 Matthias Braunfix put_back in lexer
2007-09-28 Matthias BraunTest multiline commits
2007-09-28 Matthias BraunMore work on cparser:
2007-09-27 Matthias Braun- implemented decimal floating pointer numbers in lexer
2007-09-23 Matthias Braunfilter trigraphs in advance and simplify lexer code...
2007-09-16 Matthias Braun- countless bugfixes
2007-09-08 Matthias Braunhandle multiple strings in a row
2007-07-21 Matthias Braunbugfixes for context/symbol-declaration mapping
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-10 Matthias Braunfix multiline comment parsing, extended comment test
2007-06-10 Matthias Braunproper newline handling
2007-06-09 Matthias Braunmore fixes, lexer should now be correct
2007-06-09 Matthias Braunimprove lexer
2007-06-09 Matthias BraunInitial import of c parser