From 459eca16816023fb0afdd6e0948e5406d84e5bc5 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 1 Sep 2023 11:42:55 +0200 Subject: parser: skip comment modes Refctor node kind names by concatenating category and instance, to allow better sorting. Comments are now parsed and skipped during generation of AST. --- parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser/README.md') diff --git a/parser/README.md b/parser/README.md index 2a25fc8..1c02d22 100644 --- a/parser/README.md +++ b/parser/README.md @@ -53,7 +53,7 @@ A successful test must be provided to check the status. - [ ] full `if` statement (including `else`, `else if`) - [x] init expressions in `if` statements - [x] statement blocks -- [ ] comments +- [x] comments - [ ] for statement - [ ] switch statement - [ ] select statement -- cgit v1.2.3