Skip to content

Releases: mik-jozef/lr-parser-typescript

1.2.0

02 Dec 13:37
Compare
Choose a tag to compare

Fixes and documents the behavior of matching a hidden syntax tree class that uses MatchArr to capture its value.

Full Changelog: 392abca...9c7851f

1.1.2

22 Nov 18:07
Compare
Choose a tag to compare

Bugfix: another fix for parser table generation

Full Changelog: c1d3eb2...392abca

1.1.1

21 Nov 22:08
Compare
Choose a tag to compare

Bugfix: copy follow set instead of passing it by reference

This caused the parser table to be generated incorrectly for some grammars

1.1.0

17 Nov 14:54
Compare
Choose a tag to compare

What's Changed

  • Parser tables are now stored in a minified format by default. See Parser#saveParserTable.

Full Changelog: 25468ab...ca4f6ed

1.0.0

17 Nov 14:05
Compare
Choose a tag to compare
9094ae2

Add repo to package.json

1.0.1

17 Nov 14:07
Compare
Choose a tag to compare

Changes:

  • Added a link to this repo to package.json.
  • Version bump.