Skip to content

More cleanups

Compare
Choose a tag to compare
@hildjj hildjj released this 21 Mar 18:58
· 307 commits to main since this release
a9ae574

3.0.2

Released: 2023-03-21

Minor Changes

  • #392 Removed the --optimize command line argument, which has been invalid since v1.2. From @hildjj.

Bug Fixes

  • #371 Error using online Peggy - "Can't find variable: util". From @hildjj.
  • #374 CLI throws exception on grammar errors. From @hildjj
  • #381 Repetitions with code blocks for min or max not handling non-integer returns correctly. From @hildjj.
  • #382 Update grammarSource documentation. From @AndrewRayCode.
  • #384 Improve the error.format() documentation. From @AndrewRayCode.
  • #386 Ensure '*' as allowed-start-rule is documented for CLI. From @hildjj.