- implemented decimal floating pointer numbers in lexer
authorMatthias Braun <matze@braunis.de>
Thu, 27 Sep 2007 21:36:39 +0000 (21:36 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 27 Sep 2007 21:36:39 +0000 (21:36 +0000)
commitd5a5e90eca7d95d0efa66a6e8dd5ca0ed031321b
tree3195782d29b1191386b09a3e15eb32456605a490
parent6734a093fb9d14f6a626293849de8a38b39b9457
- implemented decimal floating pointer numbers in lexer
- reworked declaration parser
- started working on array types

[r18357]
lexer.c
parser.c
token.c
token_t.h
tokens.inc
type.c
type.h
type_hash.c
type_t.h