1.0.2 • Published 8 years ago
ohm-cli v1.0.2
ohm-cli
A CLI for the Ohm parser generator
Install
$ npm -g install ohm-cliUsage
Check if an Ohm grammar file is valid:
$ ohm check grammar.ohmParse an input file according to an Ohm grammar:
$ ohm parse grammar.ohm inputSee the text trace for a parse:
$ ohm parse grammar.ohm input --traceLicense
MIT © Roberto Thais