From bec71a19e7d7cd0847d1cfa6ef2110d7301fcdd1 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 10 Nov 2023 22:08:46 +0100 Subject: parser: implement support for var declarations The full Go syntax is supported, blocks or line, mutiple comma separated variables, assignments. In local and global frame. --- 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 0503e28..ecb7c41 100644 --- a/parser/README.md +++ b/parser/README.md @@ -51,7 +51,7 @@ Go language support: - [ ] channel operations - [x] var defined by assign := - [x] var assign = -- [ ] var declaration +- [x] var declaration - [ ] type declaration - [x] func declaration - [ ] const declaration -- cgit v1.2.3