Fixed buildin function call problem, but found a new on in tokenizer

(e.g. "format" -> for, mat).
This commit is contained in:
Marvin Blum
2015-10-24 14:37:12 +02:00
parent 75729ebb8e
commit 5996df0f71
6 changed files with 8 additions and 22 deletions

View File

@@ -8,5 +8,6 @@
* ~~usage~~
* recursive compiling
* concurrent compiling
* inline buildin function call -> foo(a)(bar(x)(y));
* ~~inline buildin function call -> foo(a)(bar(x)(y));~~
* ~~negative values e.g. -1, operator !~~
* tokenizer splits commands like "format" -> for, mat