Missing != operator, added test for all of them.

This commit is contained in:
Marvin Blum
2015-10-25 13:15:51 +01:00
parent 2e7e198047
commit 9db5c2042d
5 changed files with 62 additions and 5 deletions

View File

@@ -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()()...