Skip to content
/ jana Public

An interpreter for Janus, the reversible programming language.

License

Notifications You must be signed in to change notification settings

mbudde/jana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b51b57 · Jun 7, 2020
May 29, 2013
Jun 1, 2013
May 27, 2013
Jun 5, 2020
Jun 1, 2013
Jun 17, 2013
May 6, 2013
Mar 3, 2013
Mar 3, 2013
Mar 1, 2013
Apr 5, 2013
Jun 13, 2015

Repository files navigation

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/.