Skip to content

personal-island9353/interpreter-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this project

Java version of Monkey language interpreter from "Writing an Interpreter in Go" book by Thorsten Ball

Versions

Java

openjdk version "25.0.1" 2025-10-21 LTS
OpenJDK Runtime Environment Temurin-25.0.1+8 (build 25.0.1+8-LTS)
OpenJDK 64-Bit Server VM Temurin-25.0.1+8 (build 25.0.1+8-LTS, mixed mode, sharing)

Windows

Windows 11 Home version 25H2

Build and run Monkey interpreter

Build the app-image:

./mvnw clean package -Pwindows

Run the freshly built app-image:

.\monkey\monkey.exe

TODO

  • JUnit5
  • GitHub Actions
    • tests
    • quality
    • release

About

Java version of the Monkey language interpreter from "Writing an Interpreter in Go" book by Thorsten Ball

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages