A very simple interpreter for the Simpleton language
Specifications about the Simpleton Language can be found here : Wiki
Right now, the build method is rather simplistic.
sh$ gradle build
sh$ java -jar build/libs/SimpletonLanguage-all.jar FILE
Java 11
Java Standard Library
Gradle
Erwan AUER