From 4ac081558cc7105dfd9ad9faed5998691a21460a Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 9 May 2021 19:53:14 -0400 Subject: add ex083 anon lists --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 021218c..7a44cf0 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Core Language * [x] Comptime * [x] Sentinel termination * [x] Quoted identifiers @"" -* [ ] Anonymous structs +* [x] Anonymous structs/tuples/lists * [ ] Suspend / Resume * [ ] Async / Await * [ ] Nosuspend -- cgit v1.2.3-ZIG