Releases: lark-parser/Lark.js
Releases · lark-parser/Lark.js
Tiny fixes to remove compilation warnings
0.1.3 - Bugfixes
-
Updated to sync with Lark 1.1.2
-
Bugfixes
- to
on_error
argument ofLark.parse()
- to
Tree.pretty()
- to line numbers in
UnexpectedToken
- Better support for re-compiling the generated Javascript.
- to
What's Changed
- Added python tests by @erezsh in #19
- Fix for issue #17: Renaming classes breaks deserialization by @erezsh in #18
- Another bugfix for issue #17 by @erezsh in #20
- Improvements taken from Lark 1.1.2 by @erezsh in #24
- Fix docs + minor code details by @erezsh in #25
- Bugfix for on_error (found in issue #22) by @erezsh in #26
Full Changelog: 0.1.2...0.1.3
Bugfixes
Bugfixes
-
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
0.1.0 Added auto-generated setup.py to support 'pip install -e .' (until of…
Lark.js now compiles with Closure, and be used as an import
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