summaryrefslogtreecommitdiff
path: root/README.md
blob: c83af1335d84516a2120186016bef348982652ca (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 `cabal install --constraint="indentation -trifecta"` to avoid to install unnecessary trifecta dependency.

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