Declare variables with a type but no value allowed

This commit is contained in:
2022-08-19 17:52:24 +01:00
parent 574a864dd0
commit 16291bd1af
3 changed files with 29 additions and 17 deletions

View File

@@ -1,9 +1,8 @@
DONE: rework type system
DONE: var decl with a type, but no value
TODO: type casting
TODO: const without a type
TODO: increment & decrement operators
TODO: var decl with a type, but no value
TODO: a = b = c = 1;
TODO: are compounds shallow or deep copies?
TODO: conditionals