Let the lexer produce preprocessor numbers T_NUMBER instead of T_INTEGER and T_FLOATI...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 17 Jun 2012 11:51:56 +0000 (13:51 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 17 Jun 2012 11:51:56 +0000 (13:51 +0200)
commit093d261f7daac072333ae1f2227a73aa6dc53efd
treefe7156b759bd746ddef59789eb0a263ec036e9ed
parent17c17e5c66fbe270d3d71a6e994dff4c820e2e62
Let the lexer produce preprocessor numbers T_NUMBER instead of T_INTEGER and T_FLOATINGPOINT.

Handle the details of parsing a number in the parser.
ast.c
ast2firm.c
ast_t.h
lexer.c
parser.c
preprocessor.c
token.c
token_t.h
tokens.inc