diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-11-13 09:34:56 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-11-13 09:34:56 +0100 |
| commit | 2eab5877e1c634db872b595dd2414f4031ae4eb5 (patch) | |
| tree | 66cf2f71f0e449ee629d684b4f9fe30d7bf1d61f /parser/README.md | |
| parent | 1977ce7c976cbbd5bd0de1d479a0abe269e62f3d (diff) | |
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.
Diffstat (limited to 'parser/README.md')
| -rw-r--r-- | parser/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
