Finished slice and dot notation, needs a lot of testing

This commit is contained in:
2022-09-06 06:46:00 +01:00
parent 304e1a5fb0
commit b8f20add66
8 changed files with 791 additions and 50 deletions

View File

@@ -35,6 +35,8 @@ DONE: A way to check the type of a variable (typeOf keyword)
TODO: slice and dot notation around the builtin _index and _dot functions
//TODO: check this const-ness
//TODO: add arithmetics
TODO: ternary operator