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: 11 months ago
JSON representation
A minimal compiler and runtime for a language based on graph rewriting
- Host: GitHub
- URL: https://github.com/sano-jin/dhl-alpha
- Owner: sano-jin
- License: mit
- Created: 2021-07-07T01:54:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T16:25:55.000Z (over 4 years ago)
- Last Synced: 2025-01-30T01:44:08.526Z (about 1 year ago)
- Topics: compiler, interpreter, ocaml, programming-language
- Language: OCaml
- Homepage: https://sano-jin.github.io/dhl-alpha/
- Size: 366 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dhl-alpha
_Experimental_

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
```