From 982b663f2cb8aadb6d361e3f887043fd7537dcae Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sun, 3 May 2020 17:19:20 +0200 Subject: [PATCH] Updated "what's missing" --- README.md | 2 -- missing.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 5c727340d..f5c48ff9d 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,10 @@ There are some small work being done on the parser here, but most of the structu - Function signatures incomplete. - Function typedef not done. - `asm` not done. -- `catch`, `throws` and `try` statements. - `generic` not analysed. - `attribute` not analysed. - `$switch` and `$for` not handled. - Enums not correctly handled. -- Errors not correctly handled. - Type resolution not complete for all types. - `type` not handled. - Identifier analysis incomplete. diff --git a/missing.txt b/missing.txt index a6065f84b..82a492c5e 100644 --- a/missing.txt +++ b/missing.txt @@ -65,8 +65,6 @@ Things missing: - Breakdown here * Error handling -- Error unions -- Catch/try - Try goto/return/break/continue/throw * Enum