an intepreter for the Rejoice programming language
- OCaml 95.2%
- Dune 4.8%
| bin | ||
| examples | ||
| lib | ||
| .gitignore | ||
| .ocamlformat | ||
| dune-project | ||
| freu.opam | ||
| LICENSE | ||
| README.md | ||
freu
freu is a Rejoice interpreter
in OCaml.
The name freu comes from the German expression "sich freuen".
$ opam install fmt ppx_deriving
$ dune build
$ dune exec -- freu collatz.rj
Run with FREU_TRACE environment variable set to true to trace a program's execution.
Examples in examples/ directory were written by Devine Lu Linvega.