Note on 1.0.6: there may be some minor changes that need to happen to make work with the new compiler sources, let me know.
- Dave (sather-bugs@icsi.berkeley.edu)
------------------------------------------------------------------------ SI - An Interpreter Written in Sather Feb 1995 ------------------------------------------------------------------------
Disclaimer: Free software without any warranties.
Parts of the included software are subject to copyrights
of various owners (e.g. Sather source code) - it is your
obligation to check and comply with these copyrights.
Installation:
Type "make" in this directory.
This creates and tests a simple interpreter Boot/si
(test results are displayed on the console and saved in test.out).
Custom interpreter (additional built-in compiled features):
1) cd ./Graph
2) create a link "./Compiler" pointing to
Sather/Compiler (ie. the Sather compiler source code)
3) make
4) cd ./Bin
5) edit Makefile and CLASSES
6) type make
Contents:
Boot bootstrap interpreter (binary)
Bin custom interpreter (binary)
Interpreter source code of the interpreter
Library.si interpreter library code
Library.sa Sather code library
Doc documentation
Graph compute interface of Sather classes
Legal stuff:
Doc/copyright
B. Boser, 2/95