Moy
Moy copied to clipboard
Stackless Joy
Moy
| Build | Linux | Windows | 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 .
Build with MSVC
Install bdwgc in a bdwgc-subdirectory.
mkdir build
cd build
cmake ..
cmake --build . --config Release
copy Release\joy.exe
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 |