Moy
March 31, 2026 · View on GitHub
| Build | Linux | Coverity |
|---|---|---|
| status |
This repository implements Joy and uses Lex & Yacc and the BDW garbage collector. This document explains the raison d'être.
Build instructions
mkdir build
cd build
cmake ..
cmake --build .
Running
joy -h
gives an overview of available options.
See also
| Implementation | Dependencies |
|---|---|
| 42minjoy | |
| joy0 | |
| Joy | |
| joy1 | BDW garbage collector |
| Foy | BDW garbage collector |
| Documentation |
|---|
| Legacy Docs |
| User Manual |
| Main Manual |