Skip to content

A higher-order aspect-oriented language I developed for my masters thesis

Notifications You must be signed in to change notification settings

jbrunton/obj-asp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjAsp

This repository is an implementation of a language I developed for my masters thesis:

A Higher-order Aspect-oriented Language

Building the interpreter

First, you'll need to install OCaml, which you can download from here.

Then, clone the repository and make the interpreter:

git clone git@github.com:jbrunton/obj-asp.git
cd obj-asp/oasp
make

You can clean the build as you'd expect:

make clean

Usage

Simply:

./main <source file>

About

A higher-order aspect-oriented language I developed for my masters thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published