repo.or.cz
/
algebraiC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add README.md
[algebraiC.git]
/
README.md
blob
21e9e632436859a543ac1caa31483102e9133956
1
# AlgebraiC
2
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).
5
6
## Building
7
8
To compile a specific example, you can simply run
9
10
$ make
11
12
in its folder.