diff options
Diffstat (limited to 'parser/README.md')
| -rw-r--r-- | parser/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/README.md b/parser/README.md index 54fead3..6f3b6dd 100644 --- a/parser/README.md +++ b/parser/README.md @@ -54,8 +54,8 @@ Go language support: - [x] var declaration - [x] type declaration - [x] func declaration -- [ ] const declaration -- [ ] iota expression +- [x] const declaration +- [x] iota expression - [ ] defer statement - [ ] recover statement - [ ] go statement |
