An extension to the Lark parser library that generates standalone JavaScript parsers. Current version 0.1.4 (infrequent releases).
pip install lark-jsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a JavaScript standalone parser from a Lark grammar.
Instantiate Lark first, then pass it to Lark_JS.
Include the lark.js runtime in your HTML/Node project (available via npm).
Check the lark-js documentation for supported grammar features.
No dependency data recorded yet.