This is a C port of the Monkey interpreter as described here. It uses a library from the book "C Interfaces and Implementations" by David Hanson.
To build:
make all
To run:
./interpreter
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a C port of the Monkey interpreter as described here. It uses a library from the book "C Interfaces and Implementations" by David Hanson.
To build:
make all
To run:
./interpreter