secd/README.md

8 lines
363 B
Markdown
Raw Permalink Normal View History

2021-12-11 14:30:04 +01:00
# SECD
This is a (wip) implementation of a SECD machine written in C. For more information on what a SECD machine is, and what the goals of this project is, read [my blogpost on secd machines](https://depsterr.com/blog/2021/secd1.html).
## DEPENDS
* Bohem-Demer-Weiser garbage collector [web](https://www.hboehm.info/gc/) [git](https://github.com/ivmai/bdwgc)