Label parsers with help info

Fixes #36.
This commit is contained in:
2020-07-10 08:43:47 +02:00
parent 28781586a5
commit 04a58be3f8
3 changed files with 57 additions and 50 deletions

View File

@ -11,6 +11,8 @@ and this project adheres to
- Location of a parse error is returned in a singleton array with key
`locations`.
- Parsing comments in the front of definitions.
- Some missing labels were added to the parsers, some labels were fixed to
refer to the AST nodes being parsed.
## Added
- `AST` reexports `AST.Parser`.