Simple scripting language written in Haskell, "ambitious" project for Functional Programming Course at AGH UST
stack build
stack installjanus-run filename.js
# or using stack
stack exec janus-run -- examples/helloworld.jsjanus-repl
# or using stack
stack exec janus-replWe have some basic Language Specification and
Presentation slides (in Polish) in doc/ directory, and most of
functions are documented as Haddock comments. Generated documentation is hosted
here, and you can of course also run stack haddock.
stack test