This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Erez Sh e30eef7a53 Commit latest master to v1.0 il y a 3 ans
..
README.md Examples: A minor fix il y a 3 ans
create_standalone.sh Added shebang to example script (Issue #504) il y a 4 ans
json.lark Changing changes from .lrk to .lark il y a 6 ans
json_parser_main.py Commit latest master to v1.0 il y a 3 ans

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>