Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

mkaput/janus

Repository files navigation

Janus Build Status

Simple scripting language written in Haskell, "ambitious" project for Functional Programming Course at AGH UST

Installation

stack build
stack install

Running Janus scripts

janus-run filename.js

# or using stack
stack exec janus-run -- examples/helloworld.js

REPL

janus-repl

# or using stack
stack exec janus-repl

Documentation

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

Running tests

stack test

About

Simple scripting language written in Haskell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published