mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Tweaked docs
This commit is contained in:
@@ -2,13 +2,13 @@ DONE: rework type system
|
|||||||
DONE: var decl with a type, but no value
|
DONE: var decl with a type, but no value
|
||||||
DONE: type casting
|
DONE: type casting
|
||||||
DONE: remove optimization option
|
DONE: remove optimization option
|
||||||
|
DONE: conditionals
|
||||||
|
|
||||||
TODO: string concat with the + operator
|
TODO: string concat with the + operator
|
||||||
TODO: empty string as falsy?
|
TODO: empty string as falsy?
|
||||||
TODO: increment & decrement operators
|
TODO: increment & decrement operators
|
||||||
TODO: a = b = c = 1;
|
TODO: a = b = c = 1;
|
||||||
TODO: are compounds shallow or deep copies?
|
TODO: are compounds shallow or deep copies?
|
||||||
TODO: conditionals
|
|
||||||
TODO: if-then-else
|
TODO: if-then-else
|
||||||
TODO: chained if-then-else
|
TODO: chained if-then-else
|
||||||
TODO: optional block around a path if it's only one statement
|
TODO: optional block around a path if it's only one statement
|
||||||
|
|||||||
Reference in New Issue
Block a user