This was a semester long project that I worked on along two classmates: Cassidy, and Jasper. The project consisted on developing an IDE for Bantam Java. We also implemented a bunch of really cool features!!
Our IDE has a transpiler that takes in Bantam Java code and converts it into Java code so that you can compile and run it.
It grabs your ugly 🤮 code and turns it into readable code.
You can clone the repository and run it with Intellij!!