diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-05-06 20:32:36 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-05-06 20:32:36 -0400 |
commit | 88f88f02d8a4549584720e86c634d71959db5990 (patch) | |
tree | 3382c9e4ad2c6f42b44b3232fd5d035fc03271bf /README.md | |
parent | 6ae7a4496ff30de9cf406806f049e8d9e6736990 (diff) | |
download | ziglings-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |