mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Fixed tokenizer problem.
This commit is contained in:
4
ToDo.md
4
ToDo.md
@@ -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~~
|
||||
|
||||
Reference in New Issue
Block a user