##Logo Interpreter in Java Torgo is a Logo interpreter written in Java. It uses ANTLR as a language parser and for lexical analysis. The parsed scripts are then walked to interpret the commands.
Torgo is built using Java6.
Some goals for Torgo are:
- to learn to program
- to learn how machines execute programs
- to modify/add languages to change behaviors
This project was inspired by Tortue.
##Languages Torgo currently supports logo; jvmBasic and lisp are in development.
##Compile
- Check out code
mvn clean package
##Run
java -jar target/torgo-1.0-SNAPSHOT.jar