more work on local variable support
[cparser] / TODO
1 Lexer:
2 - proper support of preprocessor
3 - parse float numbers
4 - octal&hex escape sequences
5 - wide string constants
6 - proper handling of different file encodings
7
8 Parser:
9 - proper handling of function pointer types
10 - outermost typequalifiers can differ between function declarations and
11   implementations...