Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Patch release: v1.2.3

Compare
Choose a tag to compare
@MathieuAA MathieuAA released this 20 Dec 22:22
· 1357 commits to master since this release

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)!