aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite9547cf808e08331aa476b8b7c66fa23fc2d7ee5 (patch)
tree3382c9e4ad2c6f42b44b3232fd5d035fc03271bf /README.md
parentc1371f5659e78b7ae27d554c311cc658da6a8252 (diff)
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