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 Sat Dec 12 16:43:06 -0800 2009 when building javascript image, include canvas ... [crcx]
file README Sun Nov 01 14:31:00 -0800 2009 minor readability tweaks [crcx]
directory doc/ Sat Dec 12 13:02:37 -0800 2009 prep for 10.3 release [crcx]
file pristine Sun Dec 13 12:19:43 -0800 2009 add char: to stage2 [crcx]
file retroImage Sun Dec 13 12:19:43 -0800 2009 add char: to stage2 [crcx]
directory source/ Sat Dec 19 03:54:51 -0800 2009 add "else", cleanups [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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~