This is the Panther Compiler Kit.
To install dependencies for this sbt project, follow these steps:
-
Install Java
Make sure you have Java (JDK 8 or higher) installed. You can download it from AdoptOpenJDK or Oracle. -
Install sbt
Download and install sbt from the official website. -
Fetch Dependencies
Open a terminal in the project directory and run:sbt update
This will download and install all required dependencies.
You're now ready to build and run the project!
sbt compilesbt test/run