From de584dcd718b6d55179c00a4ec246f029604ab57 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 9 May 2021 13:10:09 -0400 Subject: Add ex079 quoted identifiers --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 41083f1..021218c 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ Core Language * [x] Inline loops * [x] Comptime * [x] Sentinel termination +* [x] Quoted identifiers @"" * [ ] Anonymous structs * [ ] Suspend / Resume * [ ] Async / Await -- cgit v1.2.3-ZIG