From 555e5bfc03daaf40c78eb2ad540cd73ec4ae2831 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 6 Sep 2023 11:55:09 +0200 Subject: scanner: add automatic insertion of semi-colon after newline As specified in the Go specification, adapted to the following: - the scanner recognise blocks as tokens - the scanner is multi-language: define keywords in scanner spec - as a result, we define how to skip semi-colon insertion rather than how to add it. --- scanner/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'scanner/README.md') diff --git a/scanner/README.md b/scanner/README.md index a51d8a7..76c174b 100644 --- a/scanner/README.md +++ b/scanner/README.md @@ -49,6 +49,7 @@ A successful test must be provided to check the status. - [x] single character block/string delimiters - [x] arbitrarly nested blocks and strings - [x] multiple characters block/string delimiters +- [x] semi-colon automatic insertion after newline - [x] blocks delimited by operator characters - [ ] blocks delimited by identifiers - [x] blocks with delimiter inclusion/exclusion rules -- cgit v1.2.3