Suppressed print statements during tests

This commit is contained in:
2022-09-05 05:30:06 +01:00
parent fb1ac71f42
commit dceb83e618
5 changed files with 26 additions and 14 deletions

View File

@@ -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