Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 173 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 173 Bytes

Java simple REPL implementation

Run the simple REPL using the following command from this directory:

javac pkg/*.java
java pkg/Main.java

Requires Java JDK 17+.