Releases: synfron/Staxe
Releases · synfron/Staxe
Matcher CLI v3.0.0
Command line tool for generating a language parser. See https://synfron.github.io/Staxe/Matcher.html for more details on how to build a language definition file that can be used to generate a parser.
Windows: matchercli.exe
Mac: matchercli
./matchercli [<json definition file path>[ [<output directory>[ <output type>]]] [options]
options:
--def The json definition file path. Default: Read from stdin
--out The directory to output generated file. Not applicable for 'stdout' output type. Default: Current directory
--type Output type (i.e. class, assembly, stdout). Default: class