This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Erez Sh 55642be13c Tiny adjustments 3年前
..
README.md Examples: A minor fix 3年前
create_standalone.sh Added shebang to example script (Issue #504) 4年前
json.lark Changing changes from .lrk to .lark 6年前
json_parser_main.py Tiny adjustments 3年前

README.md

Standalone example

To initialize, cd to this folder, and run:

	 ./create_standalone.sh

Or:

python -m lark.tools.standalone json.lark > json_parser.py

Then run using:

python json_parser_main.py <path-to.json>