Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 456 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 456 Bytes

Examples for Lark

How to run the examples:

After cloning the repo, open the terminal into the root directory of the project, and run the following:

[lark]$ python -m examples.<name_of_example>

For example, the following will parse all the Python files in the standard library of your local installation:

[lark]$ python -m examples.advanced.python_parser

Beginner Examples