Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sano-jin/dhl-alpha

A minimal compiler and runtime for a language based on graph rewriting
https://github.com/sano-jin/dhl-alpha

compiler interpreter ocaml programming-language

Last synced: about 2 months ago
JSON representation

A minimal compiler and runtime for a language based on graph rewriting

Awesome Lists containing this project

README

        

# dhl-alpha
_Experimental_

![logo](./docs/DHL-logo-alpha.svg)

A minimal compiler and runtime for a language based on graph rewriting.

## Getting Started
### Prerequisites
- [opam](https://opam.ocaml.org/)

### Installation
```bash
git clone https://github.com/sano-jin/dhl-alpha
cd dhl-alpha
opam install .
dune build
```

## Usage

```bash
./dhl example/append.dhl -t
```