Next: Compiling single-module programs, Up: Introduction to mmc [Contents][Index]
Any useful invocation of mmc
will specify one or more command line arguments.
How the compiler treats each argument depends on its form.
In the absence of the --make
option,
whose description we will defer until Introduction to mmc --make,
all non-option arguments should be either
the name of a file, or the name of a module.
The compiler assumes that
non-option arguments ending in ‘.m’ are file names,
while all other non-option arguments are module names.
Both file names and module names tell the compiler
what code it should operate on.
• Option arguments | ||
• @filename arguments | ||
• File name and module name arguments |