Skip to content

Commit d55a9b5

Browse files
committed
Included the explanation
1 parent 273ec81 commit d55a9b5

File tree

2 files changed

+771
-3
lines changed

2 files changed

+771
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A one file compiler for PCF to C. It's currently about 275 lines of
44
compiler and 75 lines of extremely boring instances. The compiler is
5-
fully explained in [this blog post][post].
5+
fully explained in `explanation.md`.
66

77
## What's PCF
88

@@ -123,5 +123,3 @@ following C code
123123
124124
Which when run with `preamble.c` pasted on top it prints out `2`. As
125125
you'd hope.
126-
127-
[post]: http://jozefg.bitbucket.org/posts/2015-03-24-pcf.html

0 commit comments

Comments
 (0)