aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-06 20:32:36 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-06 20:32:36 -0400
commit88f88f02d8a4549584720e86c634d71959db5990 (patch)
tree3382c9e4ad2c6f42b44b3232fd5d035fc03271bf /README.md
parent6ae7a4496ff30de9cf406806f049e8d9e6736990 (diff)
downloadziglings-88f88f02d8a4549584720e86c634d71959db5990.tar.gz
ziglings-88f88f02d8a4549584720e86c634d71959db5990.tar.bz2
ziglings-88f88f02d8a4549584720e86c634d71959db5990.tar.xz
ziglings-88f88f02d8a4549584720e86c634d71959db5990.zip
add ex076 sentinels
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6792fd..41083f1 100644
--- a/README.md
+++ b/README.md
@@ -146,8 +146,8 @@ Core Language
* [x] Builtins
* [x] Inline loops
* [x] Comptime
+* [x] Sentinel termination
* [ ] Anonymous structs
-* [ ] Sentinel termination
* [ ] Suspend / Resume
* [ ] Async / Await
* [ ] Nosuspend