compound type specifiers can have __attribute__, too. Parse it (and ignore it for...
[cparser] / type.h
2007-11-16 Matthias Braunfix shift operations
2007-11-14 Matthias Braunsupport for pointer add/sub, no need for type_environme...
2007-11-14 Matthias Braunmore work on semantic analysis
2007-11-12 Matthias Braunrename method to function
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-28 Matthias Braunwe can now parse the infamous apfel.c, print ast as...
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-17 Matthias Braunsupport for more builtins, additional bugfixes
2007-09-16 Matthias Braun- countless bugfixes
2007-09-14 Matthias Braunimproved union/struct parsing
2007-09-08 Matthias Braunimprove type printing
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-07-14 Matthias Braunmore work on parser, stdio.h is fully parsed now
2007-06-17 Matthias Braunmore work on parser
2007-06-09 Matthias BraunInitial import of c parser