Wrapper minervac compiles a MINERVA source program into a MINERVA package.
minerva is usually invoked as
minervac PackageName
without other parameters. This compiles the MINERVA source file PackageName.min into the pair of PackageName.mbc (Minerva Byte Code) object code and PackageName.mpk (Minerva Package) package interface file.
Options to minervac:
A file that was compiled with -dynamic can be unloaded with unload/1.
A MINERVA program can consist of a combination of objects compiled with different options to minervac.
| scroll to top |
|