Welcome to the source code for Retro 7. This is still under intense
development, but is getting better by the day.

Most of the programs included here work well enough for general use.
Don't expect them to be bug free yet, but they do work.

The forth directory contains most of the current stuff, including
the latest source for Retro Native Forth, Release 6 and the RetroForth
Native Compiler.

In the apps directory is the start of several programs. A working BASIC
interpreter is in there, as are the beginnings of a calculator, grep,
sed, and wc.

The other directories may contain various bits and pieces. We have a
long way to go, but we will get there!

To install any piece, use the 'install' command (in src/scripts). Do
a 'install appname' to compile and install the application in
/retro/bin. You can remove an application with the 'remove' command.
They do some checks to see if you actually have the code/binary
installed.
