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: 5 months ago
JSON representation
An interpreter for Janus, the reversible programming language.
- Host: GitHub
- URL: https://github.com/mbudde/jana
- Owner: mbudde
- License: other
- Created: 2013-02-07T13:13:10.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T15:06:03.000Z (over 5 years ago)
- Last Synced: 2025-04-07T19:51:30.331Z (10 months ago)
- Topics: interpreter, janus, programming-language, reversible-programming-language
- Language: Haskell
- Homepage:
- Size: 5.84 MB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/.