Ubuntu Manpages

cli.js

JS bottom-up parsers generator

jison [file] [lexfile] [options]

file file containing a grammar lexfile file containing a lexical grammar

force jison to expect a grammar in JSON format
Filename and base module name of the generated parser
Debug mode [false]
The type of module to generate (commonjs, amd, js) [commonjs]
The type of algorithm to use for the parser (lr0, slr,lalr, lr) [lalr]
print version and exit