Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 226 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 226 Bytes

A simple stack based virtual machine interpreter, used to explain the basic concepts. Follows the series written on http://andreabergia.com/.

To build, simply run gradlew build. Requires Java 8.