mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Suppressed print statements during tests
This commit is contained in:
@@ -27,22 +27,20 @@ DONE: native functions
|
||||
DONE: global functions _get, _set, _push, _pop, _length, clear available
|
||||
DONE: change comma to colon in dictionary definition
|
||||
DONE: Address circular references
|
||||
TODO: are compounds shallow or deep copies? Deep copies
|
||||
DONE: are compounds shallow or deep copies? Deep copies
|
||||
DONE: third output stream, for lexer/parser/compiler/interpreter errors
|
||||
DONE: Assertion-based test scripts
|
||||
|
||||
|
||||
TODO: third output stream, for lexer/parser/compiler/interpreter errors
|
||||
|
||||
|
||||
TODO: slice and dot notation around the _index function
|
||||
TODO: Import/export keywords
|
||||
TODO: slice and dot notation around the builtin _index function
|
||||
TODO: ternary operator
|
||||
TODO: Nullish types
|
||||
TODO: Nullish types?
|
||||
TODO: A way to check the type of a variable (typeOf keyword)
|
||||
TODO: a = b = c = 1; ?
|
||||
TODO: Assertion-based test scripts
|
||||
TODO: standard library
|
||||
TODO: external runner library
|
||||
TODO: document how it all works
|
||||
TODO: better and more consistent error messages
|
||||
TODO: external script runner library
|
||||
TODO: document how it all works - book?
|
||||
TODO: maximum recursion/function depth
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user