Files
Toy/docs/TODO.txt

21 lines
588 B
Plaintext

DONE: rework type system
DONE: var decl with a type, but no value
DONE: type casting
DONE: remove optimization option
DONE: conditionals
DONE: if-then-else
DONE: chained if-then-else
DONE: optional block around a path if it's only one statement
DONE: while-then
DONE: for-then
TODO: string concat with the + operator
TODO: increment & decrement operators
TODO: a = b = c = 1;
TODO: are compounds shallow or deep copies?
TODO: break and continue statements
TODO: functions, and all of their features
TODO: Assertion-based test scripts
TODO: standard library
TODO: external runner library