Fixed tokenizer problem.

This commit is contained in:
Marvin Blum
2015-10-25 13:03:51 +01:00
parent b8e38b2351
commit 276dd2c1e9
9 changed files with 37 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
* ~~assign to returned values~~
* special cases (like if ... exitWith, waitUntil {...})
* sqf: ... sqf whitespace
* ~~sqf: ... sqf whitespace~~
* ~~solution for build in commands which do not require left values~~
* ~~pretty/minified printing~~
* ~~usage~~
@@ -10,4 +10,4 @@
* concurrent compiling
* ~~inline buildin function call -> foo(a)(bar(x)(y));~~
* ~~negative values e.g. -1, operator !~~
* tokenizer splits commands like "format" -> for, mat
* ~~tokenizer splits commands like "format" -> for, mat~~