Module Mezzo

module Mezzo: sig .. end
This is the entry point of the program. It parses command-line arguments, sets up the Options and calls in to Driver.

type mode = 
| Typecheck
| TypecheckAndCompile
| Interpret