- Ocaml 4.01
By default ocamlbuild creates a '_build' folder which holds all the compiled files.
make typer
: build typer interpreter './typer'make debug
: build typer with debug info './debug_util'make tests
: run interpreter's tests './tests/utests'
src/
interpreter's sourcedoc/
interpreter's doc filessample/
typer code sample for testing purposestests/
ocaml test filesbtl/
builtin typer library
/typer-mode.el