From 4760c62d628aac89a5568066bd9fbf10a004550f Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Fri, 30 Apr 2021 21:35:56 -0400 Subject: Added ex075 Quiz 8 --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3a874d2..a6792fd 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ the learning resource I wished for. There will be tons of room for improvement: Planned exercises: +Core Language + * [x] Hello world (main needs to be public) * [x] Importing standard library * [x] Assignment @@ -142,18 +144,24 @@ Planned exercises: * [x] Labelled blocks and loops * [x] Loops as expressions * [x] Builtins -* [ ] Comptime (!) -* [ ] Inline loops +* [x] Inline loops +* [x] Comptime * [ ] Anonymous structs * [ ] Sentinel termination -* [ ] Vectors +* [ ] Suspend / Resume +* [ ] Async / Await +* [ ] Nosuspend +* [ ] Async Frames, Suspend Blocks +* [ ] Working with C? + +Modules and the Zig Standard Library + * [ ] Imports * [ ] Allocators * [ ] Arraylist * [ ] Filesystem * [ ] Readers and Writers * [ ] Formatting -* [ ] JSON * [ ] Random Numbers * [ ] Crypto * [ ] Threads @@ -161,12 +169,6 @@ Planned exercises: * [ ] Stacks * [ ] Sorting * [ ] Iterators -* [ ] Formatting specifiers -* [ ] Advanced Formatting -* [ ] Suspend / Resume -* [ ] Async / Await -* [ ] Nosuspend -* [ ] Async Frames, Suspend Blocks The initial topics for these exercises were unabashedly cribbed from [ziglearn.org](https://ziglearn.org/). I've since moved things around -- cgit v1.2.3-70-g09d2