(todo: add logo)
This is the official Jadavpur University Compiler Compiler repository.
- Nothing yet
The JuCC project is built and tested on Ubuntu 20.04.
git clone https://github.com/TheSYNcoder/JuCC
cd JuCC
sudo ./script/installation/packages.sh
mkdir build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja jucc
./bin/jucc
Additional Notes:
- If you know what you're doing, install the prerequisite packages from
./script/installation/packages.shmanually.
Please see the docs.
Contributions from everyone are welcome!