A compiler in Java for the [Shakespeare Programming Language] (http://shakespearelang.sourceforge.net/). The parser is written in Antlr4.
The objective is to write a complete compiler. Currently only the parser is implemented.
- Java 1.8
- Gradle 3.2.1 (Gradle wrapper included in the project)
in Linux/macOS execute:
$ ./gradlew clean build
in Windows execute:
> gradlew clean build