~spidernet/algebraiC

367f14ed5c3464c785220d6587eb4c49290e1494 — Alessio Chiapperini 4 years ago 7486aaa master
Add README.md
1 files changed, 12 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +12 -0
@@ 0,0 1,12 @@
# AlgebraiC

Implementation of Peano numbers and lazy list as sum data types in C as discussed in
[https://nullbuffer.com/2019/11/15/algebraic_c.html](https://nullbuffer.com/2019/11/15/algebraic_c.html).

## Building

To compile a specific example, you can simply run

    $ make

in its folder.