From 8b8d2a6caab51012c27673743643b31c9f7b7539 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Thu, 12 Jan 2023 20:10:46 +0100 Subject: [PATCH] Update README.md Added action item for interfaces --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a82e26..737f58d 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Core Language * [x] Quoted identifiers @"" * [x] Anonymous structs/tuples/lists * [ ] Async <--- IN PROGRESS! +* [ ] Interfaces ## Contributing