Changed how string/identifier lengths are determined in copyLiteral

This commit is contained in:
2022-09-15 16:36:42 +01:00
parent bb6e850548
commit 7eb16e51bb
4 changed files with 19 additions and 18 deletions

View File

@@ -38,14 +38,14 @@ DONE: better sugar for _push, _pop, _length
DONE: nested compound assignment bug
TODO: ternary operator?
TODO: Nullish types?
TODO: hooks on the external libraries, triggered on import
TODO: standard library
TODO: external script runner library
TODO: document how it all works - book?
TODO: better API?
TODO: document how it all works
TODO: packaging for release?
TODO: test embedding
NOPE: a = b = c = 1;
NOPE: functions return a set number of values
NOPE: ternary operator?
NOPE: Nullish types?