no enviornment passing around anymore in lexer, more work on lexer, import expression...
authorMatthias Braun <matze@braunis.de>
Sat, 16 Jun 2007 15:36:01 +0000 (15:36 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 16 Jun 2007 15:36:01 +0000 (15:36 +0000)
commit9e29e9c33f6511c4583e5b8ed83194d433e82c45
tree7d071405cca03448f8b69249f4d9ea80324249e7
parente27b1376d24e3d5ae942b78a946b4f4847d99d9a
no enviornment passing around anymore in lexer, more work on lexer, import expression parsing infrastructure from mlang and started adapting to C

[r18327]
17 files changed:
ast.h
ast_t.h
lexer.c
lexer.h
lexer_t.h
lextest/do_tests.sh
lextest/preprocessor/recursivedefine [new file with mode: 0644]
main.c
parser.c
parser.h [new file with mode: 0644]
symbol.h
symbol_table.c
symbol_table.h
token.c
token_t.h
tokens.inc
tokens_preprocessor.inc [new file with mode: 0644]