some refactoring in preparation for a preprocessor
[cparser] / write_fluffy.c
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
2007-12-17 Matthias Braunrename datatype to type in expression_base_t, rename...
2007-12-14 Michael Beck- renamed context_t to the more logical scope_t
2007-12-11 Michael Beck- renamed atomic_type_type_t to atomic_type_kind_t
2007-12-06 Michael Beckrenamed *_type_t enums to *_kind_t
2007-12-02 Matthias Braunupdated TODO, improved driver stuff a bit to use more...
2007-11-30 Matthias Braunmerge UNEXPR and BINEXPR enums with EXPR enum
2007-11-30 Matthias Braunimplemented several type compatibility rules, renamed...
2007-11-27 Matthias Braunconvert statements and expression to new union style...
2007-11-26 Matthias Braunchange back union stuff and expriment with new union...
2007-11-26 Michael Beckreplaced the different type types by one union type...
2007-11-22 Matthias Braunmake enum entries use an expression instead of an initi...
2007-11-21 Matthias Braunimprove number lexing even more
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-12 Matthias Braunstricter warnings
2007-11-12 Matthias Braunpartly implemented reference_expression_to_firm and...
2007-11-12 Matthias Braunrename method to function
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-28 Matthias Braunimprove initializer handling
2007-09-28 Matthias BraunMore work on cparser:
2007-09-16 Matthias Braun- countless bugfixes
2007-09-14 Matthias Brauncorrected type identities and handling of declaration...
2007-09-14 Matthias Braunimproved union/struct parsing
2007-09-14 Matthias Braunimprovements for handling of function parameters
2007-09-10 Matthias Braunimproved support for enums
2007-09-07 Matthias Braunsupport for writing functions and function types in...
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...