Build | Linux | Windows | Coverity | Coverage | Codecov | Quality | Alerts |
---|---|---|---|---|---|---|---|
status |
This is the BDW version of Joy. The two versions are drifting apart.
Changes are mentioned in globals.h and documented in the doc
directory.
Some builtins have been added: fget
, getch
, and sametype
. Some have been
removed: conts
, __dump
, __memoryindex
, __memorymax
, and __settracegc
.
It is always possible to extract an up-to-date version of the manual:
echo '__html_manual.' | ./joy | lynx -stdin
The lynx browser even adds some color. The original version can be seen here.
Build with the BDW garbage collector, or without:
cmake .
cmake --build .