public
Description: Retro is a small, minimalistic Forth dialect
Homepage: http://retroforth.org
Clone URL: git://github.com/crcx/retro10.git
name age message
file LICENSE Sat Sep 05 13:35:56 -0700 2009 remove library; vm implementations [crcx]
file META Sat Dec 05 19:29:09 -0800 2009 started working on updates to metacompiler docs [crcx]
file Makefile Sun Nov 29 07:27:20 -0800 2009 further process MIDP image to remove extra whit... [crcx]
file README Sun Nov 01 14:31:00 -0800 2009 minor readability tweaks [crcx]
directory doc/ Sun Dec 06 06:52:43 -0800 2009 add links to gist commentary blocks [crcx]
file pristine Sat Dec 05 19:20:44 -0800 2009 update included image [crcx]
file retroImage Sat Dec 05 19:20:44 -0800 2009 update included image [crcx]
directory source/ Sun Dec 06 12:04:22 -0800 2009 add .primitive class (simple optimizations) [crcx]
directory tools/ Thu Nov 26 09:38:53 -0800 2009 add copyright header blocks [crcx]
README
RETRO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is a small dialect of Forth. It's minimalistic in nature
and is designed to be fairly easy to learn and customize for
specific needs.

There are two parts to Retro, an executable which provides the
virtual machine, and an image file which contains the actual
Retro language.

This is the source code for the image file. You will need the
VM to build this. Modify the VM line in the Makefile to point
to your VM.

The latest docmentation can be found in the 'doc' directory.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~