jison-lex
lexical analyzer generator used by jison
Install
- All systems
-
curl cmd.cat/jison-lex.sh
- Debian
-
apt-get install node-jison-lex - Ubuntu
-
apt-get install node-jison-lex - Kali Linux
-
apt-get install node-jison-lex - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install node-jison-lex - Raspbian
-
apt-get install node-jison-lex
node-jison-lex
lexical analyzer generator used by jison
A lexical analyzer generator used by jison. It takes a lexical grammar definition (either in JSON or Bison's lexical grammar format) and outputs a JavaScript lexer. Node.js is an event-based server-side JavaScript engine.