This repository is an implementation of a language I developed for my masters thesis:
A Higher-order Aspect-oriented Language
First, you'll need to install OCaml, which you can download from here.
Then, clone the repository and make
the interpreter:
git clone [email protected]:jbrunton/obj-asp.git
cd obj-asp/oasp
make
You can clean the build as you'd expect:
make clean
Simply:
./main <source file>