Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 391 Bytes

Masque

The Masque is a simple interpreter, written in Haskell, for running the Monte programming language.

The Masque uses the same abstract Monte AST format as Typhon.

To build and run:

    $ cabal sandbox init
    $ cabal configure
    $ cabal build

Or use Nix:

    $ cabal2nix --shell . > default.nix
    $ nix-build

Patches are welcome. This is a GPLv3 project.