If you don't have anything
Just get the latest release and run it :
parser.exe -d examples
If you have deno
Get the parser.min.js
from the release and run
deno run --allow-read --allow-write build\parser.min.js -d examples
(Where -d examples
are your own args)
If you want to release your own binaries:
deno task release:all
deno task release:win32
deno task release:linux:x86
deno task release:apple:m1
deno task release:apple:x86
and then get it from the "build" folder. On linux / mac remember to chmod +x parser_youArch
before ./parser_youArch
deno task bundle
deno task parse -d examples
deno task parse -d start