Wodan58 / Moy

Stackless Joy

Home Page:https://wodan58.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moy

Build Linux Windows Coverity
status GitHub CI build status AppVeyor CI build status Coverity Scan Build 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

About

Stackless Joy

https://wodan58.github.io

License:Other


Languages

Language:C 92.5%Language:CMake 2.5%Language:NewLisp 1.5%Language:Lex 1.1%Language:Yacc 1.1%Language:Shell 0.4%Language:Vim Script 0.4%Language:Makefile 0.2%Language:DIGITAL Command Language 0.1%