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

https://github.com/frankbro/mllang


https://github.com/frankbro/mllang

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Compiler

Based on https://github.com/tomprimozic/type-systems

## Overview
This is a compiler for a toy language.

## Building and Testing
### Setup Instructions
You will need ocaml, opam and oasis installed to run the compiler.
1. Install ocaml and opam using your preferred package manager.
2. Then use opam to install oasis and menhir using `opam install oasis` and
`opam install menhir`.

### Build Instructions
Run `make clean` to clean up the directory (if necessary), and run `make` to build the project.

### Execution Instructions
The compiler can be run using `./compiler.native`.