mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Updated spec
This commit is contained in:
17
docs/TODO.txt
Normal file
17
docs/TODO.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
TODO: if-then-else
|
||||
TODO: chained if-then-else
|
||||
TODO: optional block around a path if it's only one statement
|
||||
TODO: while-then
|
||||
TODO: for-then
|
||||
TODO: break and continue statements
|
||||
TODO: functions, and all of their features
|
||||
TODO: Assertion-based test scripts
|
||||
TODO: standard library
|
||||
TODO: external runner library
|
||||
Reference in New Issue
Block a user