File: README.md

package info (click to toggle)
python-lark 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,772 kB
  • sloc: python: 13,040; javascript: 88; makefile: 34; sh: 8
file content (19 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Standalone example

To initialize, cd to this folder, and run:


```bash
	 ./create_standalone.sh
```

Or:
```bash
python -m lark.tools.standalone json.lark > json_parser.py
````

Then run using:

```bash
python json_parser_main.py <path-to.json>
```