Skip to content

Instantly share code, notes, and snippets.

View charles-esterbrook's full-sized avatar

Charles Esterbrook charles-esterbrook

View GitHub Profile
"""
lark_tree_to_json.py
How can I convert the output of lark().parse() into JSON #618
https://github.com/lark-parser/lark/issues/618
Lark parser, LALR & Earley, Python
https://github.com/lark-parser/lark
https://lark-parser.readthedocs.io/en/latest/
https://pypi.org/project/lark-parser/