From 95581ffc6c3ce0d57fd3d17cda13a154316304ad Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 13 Dec 2019 00:50:41 +0100 Subject: [PATCH] Updated readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 91f68d52e..eed06d3b2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ There are some small work being done on the parser here, but most of the structu - `asm` sections. - Macro parameter lists to imports. - auxiliary data for enums. +- Docs not correctly linked to statements/functions/declarations. #### What's missing in the semantic analyser @@ -46,9 +47,6 @@ There are some small work being done on the parser here, but most of the structu - Macro call not handled completely. - Function calls not handled completely. - Struct initializers not complete. -- No analysis of `[]` nor `.someMember`. -- Missing analysis of assign expressions. -- Not all casts implemented. - Varargs. #### What's missing overall