Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbudde/jana

An interpreter for Janus, the reversible programming language.
https://github.com/mbudde/jana

interpreter janus programming-language reversible-programming-language

Last synced: 7 days ago
JSON representation

An interpreter for Janus, the reversible programming language.

Awesome Lists containing this project

README

        

# Jana

An interpreter for Janus, the reversible programming language.

## Build and Installation

To build Jana run

cabal configure
cabal build

and to install

cabal install

The program can also be run (assuming all dependencies are installed) by cd'ing
to `src` and then running

runhaskell Main.hs

For more info about `cabal` see http://www.haskell.org/cabal/.