We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273ec81 commit d55a9b5Copy full SHA for d55a9b5
README.md
@@ -2,7 +2,7 @@
2
3
A one file compiler for PCF to C. It's currently about 275 lines of
4
compiler and 75 lines of extremely boring instances. The compiler is
5
-fully explained in [this blog post][post].
+fully explained in `explanation.md`.
6
7
## What's PCF
8
@@ -123,5 +123,3 @@ following C code
123
124
Which when run with `preamble.c` pasted on top it prints out `2`. As
125
you'd hope.
126
-
127
-[post]: http://jozefg.bitbucket.org/posts/2015-03-24-pcf.html
0 commit comments