an intepreter for the Rejoice programming language
- OCaml 96.3%
- Dune 3.4%
- Perl 0.3%
| bin | ||
| examples | ||
| lib | ||
| test | ||
| .gitignore | ||
| .ocamlformat | ||
| dune-project | ||
| freu.opam | ||
| LICENSE | ||
| README.md | ||
freu
freu is a Rejoice interpreter
in OCaml with arbitrary-precision arithmetic support (courtesy of Zarith).
The name freu comes from the German expression "sich freuen".
$ opam install --deps-only .
$ dune build
$ dune exec -- freu --help
Examples in examples/ directory were written by Devine Lu Linvega.