From 88a8f4788db2fde6f8e957abe3fceacf530d011c Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 10 Apr 2021 11:39:11 -0400 Subject: Added ex063 labels --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-ZIG