mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Changed dict type syntax to using a colon instead of a comma
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user