Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wodan58/joy1
Manfred von Thun's Programming Language Joy
https://github.com/Wodan58/joy1
joy
Last synced: 2 months ago
JSON representation
Manfred von Thun's Programming Language Joy
- Host: GitHub
- URL: https://github.com/Wodan58/joy1
- Owner: Wodan58
- License: other
- Created: 2017-12-17T18:09:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T06:26:17.000Z (7 months ago)
- Last Synced: 2024-07-16T08:45:36.184Z (6 months ago)
- Topics: joy
- Language: C
- Homepage: http://wodan58.github.io
- Size: 1.65 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - joy1
README
Joy1
====Build|Linux|Coverity
---|---|---
status|[![GitHub CI build status](https://github.com/Wodan58/joy1/actions/workflows/cmake.yml/badge.svg)](https://github.com/Wodan58/joy1/actions/workflows/cmake.yml)|[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/14633.svg)](https://scan.coverity.com/projects/wodan58-joy1)This is the [BDW](https://github.com/ivmai/bdwgc) version of
[Joy](https://github.com/Wodan58/Joy).Build instructions
------------------mkdir build
cd build
cmake ..
cmake --build .Build with MSVC
---------------Install BDW in subdirectory gc-8.2.8
cmake --build . --config Release
copy Release\joy.exeRunning
-------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)|
[Foy](https://github.com/Wodan58/Foy)|[BDW garbage collector](https://github.com/ivmai/bdwgc)
[Moy](https://github.com/Wodan58/Moy)|[BDW garbage collector](https://github.com/ivmai/bdwgc) and [Lex & Yacc](https://sourceforge.net/projects/winflexbison/files/win_flex_bison-latest.zip)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)