an intepreter for the Rejoice programming language
  • OCaml 96.3%
  • Dune 3.4%
  • Perl 0.3%
Find a file
2026-04-25 18:39:23 -04:00
bin switch to Zarith for arbitrary-precision numbers 2026-04-25 18:39:23 -04:00
examples new tokenizer (drops dependency on Menhir) 2026-04-25 16:07:30 -04:00
lib switch to Zarith for arbitrary-precision numbers 2026-04-25 18:39:23 -04:00
test add dune tests for acid.rj 2026-04-25 13:58:34 -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 switch to Zarith for arbitrary-precision numbers 2026-04-25 18:39:23 -04:00
freu.opam switch to Zarith for arbitrary-precision numbers 2026-04-25 18:39:23 -04:00
LICENSE initial release 2026-04-17 20:06:53 -04:00
README.md switch to Zarith for arbitrary-precision numbers 2026-04-25 18:39:23 -04:00

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.