This commit is contained in:
2017-05-30 07:00:27 -04:00
commit fdeeb209b1
7 changed files with 193 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# micro
A minimal compiler in ML, as seen in [this tutorial](http://troydm.github.io/blog/2014/03/29/writing-micro-compiler-in-ocaml/).
Work in progess.