Add README.md
[algebraiC.git] / README.md
blob21e9e632436859a543ac1caa31483102e9133956
1 # AlgebraiC
3 Implementation of Peano numbers and lazy list as sum data types in C as discussed in
4 [https://nullbuffer.com/2019/11/15/algebraic_c.html](https://nullbuffer.com/2019/11/15/algebraic_c.html).
6 ## Building
8 To compile a specific example, you can simply run
10     $ make
12 in its folder.