Changed dict type syntax to using a colon instead of a comma

This commit is contained in:
2022-09-04 09:00:55 +01:00
parent d12ad4f60d
commit 36154b25ac
6 changed files with 7 additions and 6 deletions

View File

@@ -25,15 +25,16 @@ DONE: functions last argument can be a rest parameter
DONE: assert needs to kill the whole script, not just functions
DONE: native functions
DONE: global functions _get, _set, _push, _pop, _length, clear available
DONE: change comma to colon in dictionary definition
TODO: change comma to colon in dictionary definition?
TODO: slice and dot notation around the _index function
TODO: ternary operator
TODO: Nullish types
TODO: A way to check the type of a variable (typeOf keyword)
TODO: a = b = c = 1; ?
TODO: are compounds shallow or deep copies?
TODO: Address circular references?
TODO: Assertion-based test scripts
TODO: standard library
TODO: external runner library