Removed under-used optimization options

This commit is contained in:
2022-08-19 19:27:23 +01:00
parent 4f0aebc32f
commit 97e72550da
4 changed files with 4 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
DONE: rework type system
DONE: var decl with a type, but no value
DONE: type casting
DONE: remove optimization option
TODO: string concat with the + operator
TODO: empty string as falsy?
TODO: remove optimization option
TODO: increment & decrement operators
TODO: a = b = c = 1;
TODO: are compounds shallow or deep copies?