Added aliasing of standard as a feature of standard

This commit is contained in:
2022-09-24 07:20:26 +01:00
parent f745470abe
commit aa44d5fd43
7 changed files with 23 additions and 22 deletions

View File

@@ -36,16 +36,14 @@ DONE: slice and dot notation around the builtin _index and _dot functions
DONE: maximum recursion/function depth
DONE: better sugar for _push, _pop, _length
DONE: nested compound assignment bug
TODO: hooks on the external libraries, triggered on import
DONE: hooks on the external libraries, triggered on import
TODO: standard library
TODO: external script runner library
TODO: document how it all works
TODO: packaging for release?
TODO: test embedding
TODO: test embedding in a game
NOPE: a = b = c = 1;
NOPE: functions return a set number of values