cparser
2007-11-14 Matthias Braunimplement atomic entity initialisation
2007-11-14 Matthias Braunallow some implicit pointer casts, fix pointer add,sub
2007-11-14 Matthias Braunfix semantic bugs, do default promotion for call argume...
2007-11-14 Matthias Braunimprove condition generation, support conditional expre...
2007-11-14 Matthias Braun(untested) support for global variables
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-13 Christoph MallonCreate IR for for-statements.
2007-11-13 Matthias Braunno need for ; in for statement after print_declaration_...
2007-11-13 Christoph MallonHandle non-void functions which miss a return statement...
2007-11-13 Matthias Braunonly look at declarations in main namespace
2007-11-13 Matthias Braunimplement switch statements, fix handling of dereference
2007-11-12 Matthias Braunfix while statement_to_firm
2007-11-12 Matthias Braunadd missing files
2007-11-12 Matthias Braunmore work on local variable support
2007-11-12 Matthias Braunparse wide strings
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-11-12 Matthias Braunlink output
2007-11-12 Matthias Braunmore work on firm backend
2007-11-12 Matthias Braunstarted create_function
2007-11-12 Matthias Braunconvert ast types to firm types
2007-11-12 Matthias Braunlink with libfirm
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-28 Christoph MallonFix typo in comment.
2007-09-28 Matthias Braunimprove initializer handling
2007-09-28 Matthias Braunbugfixes, parse initializers
2007-09-28 Matthias Braunwe can now parse the infamous apfel.c, print ast as...
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-28 Christoph MallonWrite the ANSI word "restrict" instead if "__restrict...
2007-09-28 Christoph MallonOlder GCCs do not know -Wextra. Only use -W.
2007-09-28 Christoph MallonFactorise and indent code for printing atomic types.
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 Braunfix parameter names being taken from first declaration...
2007-09-16 Matthias Braun- countless bugfixes
2007-09-14 Matthias Braunimprovements in statement parsing, improvements in...
2007-09-14 Matthias Braunfix bug in method type hashing
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-08 Matthias Braunhandle multiple strings in a row
2007-09-08 Matthias Braunimprove parsing of function pointers
2007-09-08 Matthias Braunadd --print_ast option
2007-09-08 Matthias Braunimprove ast printing
2007-09-08 Matthias Braunimprove type printing
2007-09-07 Matthias Braunimproved parsing of function declarators
2007-09-07 Matthias Braunimproved representation of method types
2007-09-07 Matthias Braunfix compound type comparison
2007-09-07 Matthias Braunsupport for writing functions and function types in...
2007-09-06 Matthias Braunadd TODO point
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
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 Braunmake it compile
2007-06-18 Matthias Braunmore work on parser
2007-06-17 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 Braunadjust trigraphs test
2007-06-10 Matthias Braunrecognizre preprocessor hashs
2007-06-10 Matthias Braunfix multiline comment parsing, extended comment test
2007-06-10 Matthias Braunextended linefeed test
2007-06-10 Matthias Braunproper newline handling
2007-06-10 Matthias Braunlinefeed tests, enhanced symbols test
2007-06-09 Matthias Braunautomated tests
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