mimo
----

To compile mimo you need to have OCaml, ocamllex and menhir installed. And also
GCC becasue I use its preprocessor to preprocess the menhir file (src/parser.mly).

To compile it you just have to exec `make` in this directory.

mimo only generate MIPS assembly from OCaml code, so you need a MIPS
interpretor such as SPIM to execute code compiled with mimo.

You can see demo with `make demo` (need SPIM), `make demo-syntax` and
`make demo-typing`.
