skulpt / skulpt_parser

Experiments with python 3.9 pegen parser for skulpt
Other
6 stars 4 forks source link

Experiments with python 3.9 pegen parser for Skulpt

Requirements

Scripts

Debugging/Pofiling

See Deno docs on the subject.

# example script execution for inspection use the [--inspect-brk] flag
deno run -A --inspect-brk scripts/parse.ts tmp.txt

Open chrome://inspect and click Inspect below Target:

inspect