Plumbing for index and dot notations is working

This commit is contained in:
2022-09-05 17:43:42 +01:00
parent 82c03ecb33
commit 304e1a5fb0
14 changed files with 708 additions and 29 deletions

View File

@@ -34,7 +34,9 @@ DONE: Import/export keywords
DONE: A way to check the type of a variable (typeOf keyword)
TODO: slice and dot notation around the builtin _index function
TODO: slice and dot notation around the builtin _index and _dot functions
TODO: ternary operator
TODO: Nullish types?
TODO: hooks on the external libraries, triggered on import
@@ -42,7 +44,8 @@ TODO: standard library
TODO: external script runner library
TODO: document how it all works - book?
TODO: maximum recursion/function depth
TODO: better API
TODO: packaging for release?
NOPE: a = b = c = 1;
NOPE: functions return a set number of values
NOPE: functions return a set number of values