sablecc

Object-oriented fully featured parser generator

Install

All systems
curl cmd.cat/sablecc.sh
Debian Debian
apt-get install sablecc
Ubuntu
apt-get install sablecc
image/svg+xml Kali Linux
apt-get install sablecc
Fedora
dnf install sablecc
Windows (WSL2)
sudo apt-get update sudo apt-get install sablecc
Raspbian
apt-get install sablecc

sablecc

Object-oriented fully featured parser generator

SableCC is a parser generator which generates fully featured object-oriented frameworks for building compilers, interpreters and other text parsers. In particular, generated frameworks include intuitive strictly-typed abstract syntax trees and tree walkers. SableCC also keeps a clean separation between machine-generated code and user-written code. This package also contains AntTask, a task to invoke SableCC on grammar files.