Updated "what's missing"

This commit is contained in:
Christoffer Lerno
2020-05-03 17:19:20 +02:00
parent d23c271289
commit 982b663f2c
2 changed files with 0 additions and 4 deletions

View File

@@ -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.

View File

@@ -65,8 +65,6 @@ Things missing:
- Breakdown here
* Error handling
- Error unions
- Catch/try
- Try goto/return/break/continue/throw
* Enum