DOKK / manpages / debian 12 / jison / jison.1.en
CLI.JS(1) User Commands CLI.JS(1)

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
December 2021 cli.js 0.4.17