/piccolo

the piccolo parallel compiler

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

Piccolo

Pre-requisites

  • The GHC compiler
  • cabal (>= 1.18)
  • The gcc compiler

How to use

Installation:

cabal install

Using the piccolo compiler:

piccolo file.pi

This will hopefully generate the executable a.out in the current directory.