summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-10 11:39:11 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-10 11:39:11 -0400
commitcc269968eabd766e024e021bfec798a62258eaaa (patch)
treee40ad7d5663d86c06908a66fc584e9c6bef3ee1c /README.md
parente608e41cc743f6a9849d37076a274cc083a8d143 (diff)
Added ex063 labels
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 155774a..d6beb84 100644
--- a/README.md
+++ b/README.md
@@ -133,11 +133,12 @@ Planned exercises:
* [x] Slices
* [x] Many-item pointers
* [x] Unions
-* [ ] Numeric types (integers, floats)
-* [ ] Labelled blocks and loops
-* [ ] Loops as expressions
-* [ ] Comptime
-* [ ] Inline loops (how to DEMO this?)
+* [x] Numeric types (integers, floats)
+* [x] Labelled blocks and loops
+* [x] Loops as expressions
+* [ ] Builtins
+* [ ] Comptime (!)
+* [ ] Inline loops
* [ ] Anonymous structs
* [ ] Sentinel termination
* [ ] Vectors