-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Hiroki Kobayashi edited this page Jun 16, 2017
·
47 revisions
This project is a port of min-caml from OCaml to Rust.
Currently, nothing works.
File | Status |
---|---|
syntax.ml | ✅ |
type.ml | ✅ |
id.ml | ✅ |
lexer.mll | ✅ (replaced with nom ) https://github.com/koba-e964/min-caml-rust/wiki/parser-port
|
parser.mly | ✅ (replaced with nom ) |
typing.ml | ✅ (full of ugly hacks) |
kNormal.ml | ✅ |
alpha.ml | ✅ |
beta.ml | ✅ |
assoc.ml | ✅ |
inline.ml | |
constFold.ml | partial (tuple is not supported) |
elim.ml | ✅ |
anchor.ml | |
closure.ml | |
main.ml |
File | Status |
---|---|
asm.ml | |
emit.ml | |
regAlloc.ml | |
simm.ml | |
virtual.ml |