jison
parser generator with Bison's API
Install
- All systems
-
curl cmd.cat/jison.sh
- Debian
-
apt-get install jison - Ubuntu
-
apt-get install jison - Kali Linux
-
apt-get install jison - Fedora
-
dnf install jison - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install jison - Raspbian
-
apt-get install jison
jison
parser generator with Bison's API
Jison generates bottom-up parsers in JavaScript. Its API is similar to Bison's, hence the name. It supports many of Bison's major features, plus some of its own. Node.js is an event-based server-side JavaScript engine.