an intepreter for the Rejoice programming language
  • OCaml 95.2%
  • Dune 4.8%
Find a file
2026-04-18 10:09:56 -04:00
bin initial release 2026-04-17 20:06:53 -04:00
examples initial release 2026-04-17 20:06:53 -04:00
lib run dune fmt 2026-04-18 10:09:56 -04:00
.gitignore initial release 2026-04-17 20:06:53 -04:00
.ocamlformat initial release 2026-04-17 20:06:53 -04:00
dune-project initial release 2026-04-17 20:06:53 -04:00
freu.opam initial release 2026-04-17 20:06:53 -04:00
LICENSE initial release 2026-04-17 20:06:53 -04:00
README.md initial release 2026-04-17 20:06:53 -04:00

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.