mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Missing != operator, added test for all of them.
This commit is contained in:
8
ToDo.md
8
ToDo.md
@@ -1,7 +1,6 @@
|
||||
# ToDo
|
||||
|
||||
* ~~assign to returned values~~
|
||||
* special cases (like if ... exitWith, waitUntil {...})
|
||||
* ~~sqf: ... sqf whitespace~~
|
||||
* ~~solution for build in commands which do not require left values~~
|
||||
* ~~pretty/minified printing~~
|
||||
@@ -11,3 +10,10 @@
|
||||
* ~~inline buildin function call -> foo(a)(bar(x)(y));~~
|
||||
* ~~negative values e.g. -1, operator !~~
|
||||
* ~~tokenizer splits commands like "format" -> for, mat~~
|
||||
* try ... catch
|
||||
|
||||
## Special cases
|
||||
|
||||
* exitWith...
|
||||
* waitUntil...
|
||||
* !buildInFunc()()...
|
||||
|
||||
Reference in New Issue
Block a user