This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Erez Sh 55642be13c Tiny adjustments 3 lat temu
..
README.md Examples: A minor fix 3 lat temu
create_standalone.sh Added shebang to example script (Issue #504) 4 lat temu
json.lark Changing changes from .lrk to .lark 6 lat temu
json_parser_main.py Tiny adjustments 3 lat temu

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>