This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Erez Sh 6a027982c7 Tiny fix to PR vor 3 Jahren
..
advanced Tiny fix to PR vor 3 Jahren
relative-imports Examples: add import example vor 5 Jahren
standalone Tiny adjustments vor 3 Jahren
tests added tests for lark.lark changes vor 4 Jahren
README.rst Examples: Fixes to paths (Issue #780) vor 3 Jahren
__init__.py Added examples (calc, json) vor 7 Jahren
calc.py Improvements to puppet + other small stuff vor 4 Jahren
fruitflies.png Improved Readme vor 6 Jahren
fruitflies.py added make_dot vor 4 Jahren
indented_tree.py inital sphinx gallery vor 4 Jahren
json_parser.py Adjustments vor 4 Jahren
lark_grammar.py Moved `lark.lark` into the standard library. vor 3 Jahren
turtle_dsl.py inital sphinx gallery vor 4 Jahren

README.rst

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:

.. code:: bash

[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:

.. code:: bash

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

Beginner Examples
~~~~~~~~~~~~~~~~~