Skip to content
Matthew Aguirre edited this page Jan 4, 2017 · 8 revisions

#Welcome to the torgo wiki!

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 Java7 for sharing of code with the Android version.

Some goals for Torgo are to allow users to:

  • 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. The version of logo supported is mostly a super-set of common commands.

Compile and Run

  1. mvn -DskipTests clean package
  2. java -jar target/torgo-1.4.1.jar
Clone this wiki locally