summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index d2b53bd..5fbe956 100644
--- a/README
+++ b/README
@@ -100,3 +100,15 @@ synthesis:
to get as many error reports per compiler run as possible. Modular linking
and language should result in <1000 lines code compiles, so redoing it
should really not be a problem on nowadays computers.
+
+- operator precedence
+- expressions on chars, integers, booleans
+- sets, bitsets
+- functions and procedures
+ - simple procedures
+ - get scoping right
+ - simple pass by value
+ - pass by reference (needs pointers or reference/aliases)
+- records
+- pointers
+- case statement