Skip to content

gitter-badger/torgo

 
 

Repository files navigation

torgo

##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

  1. Check out code
  2. mvn clean package

##Run

  1. java -jar target/torgo-1.0-SNAPSHOT.jar

About

Logo Interpreter in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • ANTLR 1.6%
  • Other 0.4%