granule-project / granule-compiler-llvm

LLVM compiler for Granule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

granule-compiler-llvm

LLVM compiler for Granule. This is a prototype which compiles on the functional core of Granule and does not yet support custom ADTs and GADTs.

Installation

Installation requires the Granule front-end to be installed (see https://github.com/granule-project/granule). Then you can build this project via:

  stack install :grc

For general instructions on stack and the Granule build process, see the core repo.

About

LLVM compiler for Granule


Languages

Language:Haskell 100.0%