mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
23 lines
571 B
Markdown
23 lines
571 B
Markdown
# ToDo
|
|
|
|
* ~~assign to returned values~~
|
|
* ~~sqf: ... sqf whitespace~~
|
|
* ~~solution for build in commands which do not require left values~~
|
|
* ~~pretty/minified printing~~
|
|
* ~~usage~~
|
|
* ~~recursive compiling~~
|
|
* ~~concurrent compiling~~
|
|
* ~~inline buildin function call -> foo(a)(bar(x)(y));~~
|
|
* ~~negative values e.g. -1, operator !~~
|
|
* ~~tokenizer splits commands like "format" -> for, mat~~
|
|
* ~~try ... catch~~
|
|
* ~~better error reporting~~
|
|
- ~~recover panic~~
|
|
- ~~line, column~~
|
|
|
|
## Special cases
|
|
|
|
* ~~exitWith...~~
|
|
* ~~waitUntil...~~
|
|
* ~~!buildInFunc()()...~~
|