[A scenic desert tree] [Mojave]


Home
People
Research
Projects
Publications
Download
Laboratory
Support
CVSweb
Mailing Lists
Links
Funded by...

 

Mojave Compiler (v0.5.3)

Frequently Asked Questions

How 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.

  • mcc -o hello hello.c


Webmaster | Contact Us | Generated on Sat Jan 27 19:01:31 PST 2007

Copyright (c) 2002-2006 Caltech Mojave Research Group.
Computer Science Department, California Institute of Technology