# jison-lex **Repository Path**: mirrors_bramp/jison-lex ## Basic Information - **Project Name**: jison-lex - **Description**: generates lexical analyzers. used by jison. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jison-lex A lexical analyzer generator used by [jison](http://jison.org). ## install npm install jison-lex -g ## usage ``` Usage: jison-lex [file] [options] file file containing a lexical grammar Options: -o FILE, --outfile FILE Filename and base module name of the generated parser -t TYPE, --module-type TYPE The type of module to generate (commonjs, js) --version print version and exit ``` ## license MIT