ast2firm: Factorise code to convert a value to its storage type.
[cparser] / input.c
2012-11-13 Christoph Mallondiagnostic: Use errorf(NULL, "[...]") instead of fprint...
2012-11-13 Christoph Malloninput: Simplify choose_decoder().
2012-06-20 Christoph MallonReplace the old lexer by the new preprocessor.
2012-06-15 Matthias Braunremove unnecessary include
2011-08-11 Matthias Braunrework input logic to allow parsing from strings
2011-08-09 Matthias Braunfactor out input-reading code from lexer.c into input.c