File: create_standalone.sh

package info (click to toggle)
python-lark 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,788 kB
  • sloc: python: 13,305; javascript: 88; makefile: 34; sh: 8
file content (2 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (3)
1
2
#!/bin/sh
PYTHONPATH=../.. python -m lark.tools.standalone json.lark > json_parser.py