It's bloody never-ending

This commit is contained in:
2022-09-06 20:42:37 +10:00
parent 39af340fbc
commit 6511d652f2
5 changed files with 27 additions and 13 deletions

View File

@@ -32,11 +32,7 @@ DONE: third output stream, for lexer/parser/compiler/interpreter errors
DONE: Assertion-based test scripts
DONE: Import/export keywords
DONE: A way to check the type of a variable (typeOf keyword)
TODO: slice and dot notation around the builtin _index and _dot functions
//TODO: check this const-ness
//TODO: add arithmetics
DONE: slice and dot notation around the builtin _index and _dot functions
TODO: ternary operator
@@ -47,6 +43,8 @@ TODO: external script runner library
TODO: document how it all works - book?
TODO: maximum recursion/function depth
TODO: better API
TODO: better sugar for _push and _pop
TODO: nested compound assignment
TODO: packaging for release?
NOPE: a = b = c = 1;