Skip to content

Releases: lark-parser/Lark.js

Tiny fixes to remove compilation warnings

16 May 09:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.3...0.1.4

0.1.3 - Bugfixes

19 Apr 09:09
2318ca8
Compare
Choose a tag to compare
  • Updated to sync with Lark 1.1.2

  • Bugfixes

    • to on_error argument of Lark.parse()
    • to Tree.pretty()
    • to line numbers in UnexpectedToken
    • Better support for re-compiling the generated Javascript.

What's Changed

Full Changelog: 0.1.2...0.1.3

Bugfixes

10 Mar 09:44
Compare
Choose a tag to compare

What's Changed

  • Bugfix for UnexpectedToken.expected: fixed isupper() implementation (issue #14) by @erezsh in #16

Full Changelog: 0.1.1...0.1.2

Bugfixes

03 Mar 11:04
Compare
Choose a tag to compare
  • Fixed compatibility with latest lark.

  • Bugfix for UnexpectedToken.expected

  • Added auto-generated setup.py to support 'pip install -e .' (temporary! official support will soon be added to poetry)

Full Changelog: 0.1.0...0.1.1

Upgraded to Lark 1.0

05 Dec 10:30
Compare
Choose a tag to compare
Added auto-generated setup.py to support 'pip install -e .' (until of…

…ficial support is added to poetry)

Lark.js now compiles with Closure, and be used as an import

07 Sep 16:20
Compare
Choose a tag to compare
  • lark.js can now compile iwth the Closure compiler without errors (still warnings to solve)
  • import larkjs now allows running the generator from Python, in addition to the shell.
  • Other small fixes