
There are the sources of a set of C++ classes. They can be used to design very simple interpreters, now. With them, is present the firsts steps of an interprer called LAO (Lists And Objects). It is similar with Lisp and Smalltalk.



Compile:

Please, edit the makefile to adjust it to your system. Mainly the path where the sources are.

Compile with:
  make all



Testing:

The result binaries will be at:
doc/examples/bin/

Try, for example:
cat doc/examples/lao/ref1.lao | doc/examples/bin/lao



Platforms suported:

DOS, with DJGPP
Windows, with Cygwin (probably)
Linux, with gcc, sure.



Contacts:

lebe@geocities.com

http://www.geocities.com/leberns

Help is wanted.