summaryrefslogtreecommitdiff
path: root/README.md
blob: 9607f91b0d9c0e118e8c11e6a746eac536db0ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# lambdacube-compiler

[![Build Status](https://travis-ci.org/lambdacube3d/lambdacube-compiler.svg)](https://travis-ci.org/lambdacube3d/lambdacube-compiler)

## Installation

Use `make` or use `cabal install`.

## Hacking notes

If you are hacking on the compiler, you may be have a faster repl with ghci. Use the following commands:

    make repl

or:

    cd test
    ghci -i../src runTests.hs