From 2eab5877e1c634db872b595dd2414f4031ae4eb5 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 13 Nov 2023 09:34:56 +0100 Subject: parser: initial support for type declarations. The parsing logic for type declarations is there. Note that no tokens are produced, only symbols. The different type kinds will be added next. --- 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 ecb7c41..54fead3 100644 --- a/parser/README.md +++ b/parser/README.md @@ -52,7 +52,7 @@ Go language support: - [x] var defined by assign := - [x] var assign = - [x] var declaration -- [ ] type declaration +- [x] type declaration - [x] func declaration - [ ] const declaration - [ ] iota expression -- cgit v1.2.3