![]() |
![]() |
|
|
Home
|
Mojave Compiler (v0.5.3)
Frequently Asked QuestionsHow do I download the compiler?You can get the compiler at http://mojave.cs.caltech.edu/download.html. How do I use the compiler?The mcc compiler is just like a normal compiler, and the usage is very similar to gcc (in fact, many of the same options work). The mcc compiler determines the source language by the file suffix. Files that end in .c are treated as C files, files that end in .ml are treated as Caml files, and files that and in .java are treated as Java files. For example, here is how you would compile the traditional hello.c program.
|
|
|
|
||