Parse comments in the front of definitions

This commit is contained in:
2020-07-09 08:11:12 +02:00
parent c9e265f72c
commit 28781586a5
3 changed files with 49 additions and 41 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to
## Fixed
- Location of a parse error is returned in a singleton array with key
`locations`.
- Parsing comments in the front of definitions.
## Added
- `AST` reexports `AST.Parser`.