1.0.2 • Published 6 years ago

ohm-cli v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ohm-cli

CircleCI NPM

A CLI for the Ohm parser generator

Install

$ npm -g install ohm-cli

Usage

Check if an Ohm grammar file is valid:

$ ohm check grammar.ohm

Parse an input file according to an Ohm grammar:

$ ohm parse grammar.ohm input

See the text trace for a parse:

$ ohm parse grammar.ohm input --trace

License

MIT © Roberto Thais

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago