Skip to content

Matcher CLI v3.0.0

Latest
Compare
Choose a tag to compare
@ddwightx ddwightx released this 21 Apr 03:04
· 2 commits to master since this release

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