diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-10 11:39:11 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-10 11:39:11 -0400 |
commit | 88a8f4788db2fde6f8e957abe3fceacf530d011c (patch) | |
tree | e40ad7d5663d86c06908a66fc584e9c6bef3ee1c /README.md | |
parent | e416e85143f2b3faa8f2e3b4618f0cc3f41b2aa6 (diff) | |
download | ziglings-88a8f4788db2fde6f8e957abe3fceacf530d011c.tar.gz ziglings-88a8f4788db2fde6f8e957abe3fceacf530d011c.tar.bz2 ziglings-88a8f4788db2fde6f8e957abe3fceacf530d011c.tar.xz ziglings-88a8f4788db2fde6f8e957abe3fceacf530d011c.zip |
Added ex063 labels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |