mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Declare variables with a type but no value allowed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user