This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Patch release: v1.2.3
New:
- The grammar has been cleaned-up (#96), some rules have been removed
- The JSON parser has been cleaned-up too.
- Added more tests (for the JDL)
Bug fixes:
- #95, now correctly ignores everything starting with
//
(not in the grammar, but after PegJS does its job), - #97, consecutive comments for fields are now correctly parsed
Huge thanks to @kaidohallik for his contribution on this release (and the previous ones)!