This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Erez Sh 55642be13c Tiny adjustments hace 3 años
..
README.md Examples: A minor fix hace 3 años
create_standalone.sh Added shebang to example script (Issue #504) hace 4 años
json.lark Changing changes from .lrk to .lark hace 6 años
json_parser_main.py Tiny adjustments hace 3 años

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>