Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sano-jin/dhl-alpha
- Owner: sano-jin
- License: mit
- Created: 2021-07-07T01:54:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T16:25:55.000Z (over 3 years ago)
- Last Synced: 2023-03-09T02:57:39.169Z (almost 2 years 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_![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
```