Updated spec

This commit is contained in:
2022-08-15 12:17:27 +01:00
parent 7e01ead6ff
commit ecca17dbef
3 changed files with 565 additions and 1 deletions

17
docs/TODO.txt Normal file
View 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