mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Break and continue keywords are working
This commit is contained in:
@@ -8,12 +8,12 @@ DONE: chained if-then-else
|
||||
DONE: optional block around a path if it's only one statement
|
||||
DONE: while-then
|
||||
DONE: for-then
|
||||
DONE: break and continue statements
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user