More testing, started parsing expressions, which requires a lot of

rewriting.
This commit is contained in:
Marvin Blum
2015-10-10 17:45:27 +02:00
parent e051b0ae42
commit 8144e207ed
8 changed files with 102 additions and 20 deletions

1
test/tokenizer_expr.asl Normal file
View File

@@ -0,0 +1 @@
x = ((1+2+3)*4/2)+foo(1, 2, 3);