From 88f88f02d8a4549584720e86c634d71959db5990 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 6 May 2021 20:32:36 -0400 Subject: add ex076 sentinels --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3-ZIG