• clone URL

Use this URL in git client to clone this repository. More instructions
 

A portable Forth dialect

master/image

BranchesTags

User picture

Commiter: Charles Childers

Author: Charles Childers

Revision: 4de7dc8b06


(May 01, 2010 22:38 UTC) About 2 years ago

update rx-core; add 10.6 vocab

 
Name Date Rev. Commit message
extensions
rx-core
tools
coreImage
LICENSE
Makefile
README
retroImage

README

Welcome!
--------
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.

Requirements for Building
-------------------------

- Ngaro VM (console build)
- make

How to Build
------------

- Open Makefile in a text editor
- Alter the VM= line to point to your Ngaro (retro)
  binary.
- Run make

More Information
----------------
Documentation, notes, and commentary on specific pieces of
code can be found in the top-level doc directory.