From dac18f6ca9276ef22b18d4698dbd84213a8a8653 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sat, 15 Jul 2023 13:29:16 +0200 Subject: [PATCH] (#77) Docs: update the preprocessor status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4721c439..0140bb8d 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Implementation Dashboard ------------------------ - [ ] [C17 standard compatibility][issue.c17-standard]: poor - - [ ] [Preprocessor][issue.preprocessor]: about **10%** of all features are supported + - [ ] [Preprocessor][issue.preprocessor]: about **30%** of all features are supported - [ ] [Lexer][issue.lexer]: mostly works, but needs more tests and validation on its compliance - [ ] [Parser][issue.parser]: supports about **25%** of the language syntax - [ ] **Compiler**