-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Matthew Aguirre edited this page Mar 13, 2015
·
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 Java8 (use of lamba for personal learning).
Some goals for Torgo are:
- to learn to program
- to learn how machines execute programs
- to modify/add languages to change behaviors
##Languages Torgo currently supports Logo; jvmBasic and lisp are in development.