very much a WIP.
following TAPL (not strictly though.)
- download stack
- run
stack build --pedantic --copy-bins
- the first time you run this will probably take some time
- with
--copy-bins
the executableformidable
will be copied to~/.local/bin
on unixy platforms, make sure it is in yourPATH
variable.
formidable --help
currently there’s a way to evaluate a single file or use a REPL.
see the files in the examples
directory (or read the parser
module :).
you can run the tests with
stack test