Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mbudde/jana
- Owner: mbudde
- License: other
- Created: 2013-02-07T13:13:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T15:06:03.000Z (over 4 years ago)
- Last Synced: 2023-04-13T20:09:59.936Z (over 1 year ago)
- Topics: interpreter, janus, programming-language, reversible-programming-language
- Language: Haskell
- Homepage:
- Size: 5.84 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- 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 buildand to install
cabal install
The program can also be run (assuming all dependencies are installed) by cd'ing
to `src` and then runningrunhaskell Main.hs
For more info about `cabal` see http://www.haskell.org/cabal/.