Type casting is working:

This commit is contained in:
2022-08-19 19:24:07 +01:00
parent 9365541c8f
commit 4f0aebc32f
9 changed files with 236 additions and 25 deletions

View File

@@ -1,7 +1,10 @@
DONE: rework type system
DONE: var decl with a type, but no value
DONE: type casting
TODO: type casting
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?