Skip to content

wlitwin/tigerml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the compiler from Andrew W. Appel's Modern Compiler Implementation in ML https://www.cs.princeton.edu/~appel/modern/ml/

Builds a 32-bit compiler, so need to have gcc-multilib installed, as well as a recent version of OCaml.

To build make should be enough, and then to compile a program:

./main.native < program_source or type it directly into stdin

./test_all.sh runs some tests

About

Modern Compiler Implementation in ML (OCaml)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published