Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wodan58/Moy
Stackless Joy
https://github.com/Wodan58/Moy
joy
Last synced: 2 months ago
JSON representation
Stackless Joy
- Host: GitHub
- URL: https://github.com/Wodan58/Moy
- Owner: Wodan58
- License: other
- Created: 2015-12-27T11:52:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T06:42:58.000Z (6 months ago)
- Last Synced: 2024-08-13T07:55:48.644Z (6 months ago)
- Topics: joy
- Language: C
- Homepage: https://wodan58.github.io
- Size: 2.67 MB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - Moy
README
Moy
===Build|Linux|Coverity
---|---|---
status|[![GitHub CI build status](https://github.com/Wodan58/Moy/actions/workflows/cmake.yml/badge.svg)](https://github.com/Wodan58/Moy/actions/workflows/cmake.yml)|[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/14635.svg)](https://scan.coverity.com/projects/wodan58-moy)This repository implements [Joy](https://github.com/Wodan58/Joy) and uses
[Lex & Yacc](https://sourceforge.net/projects/winflexbison/files/win_flex_bison-latest.zip) and the
[BDW garbage collector](https://github.com/ivmai/bdwgc). This
[document](https://github.com/Wodan58/Moy/blob/master/doc/MOYimplJOY.md)
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](https://github.com/Wodan58/42minjoy)|
[joy0](https://github.com/Wodan58/joy0)|
[Joy](https://github.com/Wodan58/Joy)|
[joy1](https://github.com/Wodan58/joy1)|[BDW garbage collector](https://github.com/ivmai/bdwgc)
[Foy](https://github.com/Wodan58/Foy)|[BDW garbage collector](https://github.com/ivmai/bdwgc)Documentation|
-------------|
[Legacy Docs](https://wodan58.github.io)
[User Manual](https://wodan58.github.io/j09imp.html)
[Comparison (PDF)](https://github.com/Wodan58/HET/blob/master/doc/FIB.pdf)
[Maintenance Manual (PDF)](https://github.com/Wodan58/G3/blob/master/JOP.pdf)