Here is the gziped tar file for the interpreter.
Just untar the file. (You must have DINO installed on your computer. To get
DINO, click here.) To run the program sieve
(written on GRIP), please go into the directory grip. Set the shell variable
GRAMMARPATH to grip.grm and type the following line under a shell or command
prompt:
dino grip.d tests/sieve.g dino grip.d tests\sieve.g on msdos
If you want to see GRIP at work (i.e. abstract syntax trees etc.) please use
two things:
A very siple program, as the current implementation of GRIP is very
verbose about the dumpings, and generates more than the porgram's size for
a sieve program calculating all the numbers below 8190.
The -v switch (a message for people used to MS-DOS, the /v switch
won't work). --verbose will work as well.