Skip to content

v4.0.0

Compare
Choose a tag to compare
@AjaniBilby AjaniBilby released this 16 Jul 03:35
· 53 commits to main since this release

Version 4.0.0

Additions

  • Compile BNFs down to WebAssembly
  • Generate type definitions for the syntax tree of a given BNF
  • Now able to represent characters by char code using hexadecimal in literals (wasm only) \x41

Changes:

  • All previous APIs moved under the legacy namespace
  • Changed package type to module

Fixes:

  • Count not working when applied directly to a range (i.e. "a"->"z"+)

Full Changelog: v3.1.4...v4.0.0