This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Erez Sh 8f7e50e520 Examples: Removed warnings from python3.lark 3年前
..
advanced Examples: Removed warnings from python3.lark 3年前
composition Examples: Tiny fix 3年前
relative-imports Examples: add import example 5年前
standalone Tiny adjustments 3年前
tests added tests for lark.lark changes 4年前
README.rst Examples: Fixes to paths (Issue #780) 3年前
__init__.py Added examples (calc, json) 7年前
calc.py Improvements to puppet + other small stuff 4年前
fruitflies.png Improved Readme 6年前
fruitflies.py added make_dot 4年前
indented_tree.py inital sphinx gallery 4年前
json_parser.py Adjustments 4年前
lark_grammar.py Moved `lark.lark` into the standard library. 3年前
turtle_dsl.py inital sphinx gallery 4年前

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
~~~~~~~~~~~~~~~~~