JaCIL Framework API

Compiler Constructor (MessageSender, ICompilerReferences)

Creates an instance of the compiler.

public Compiler(
   MessageSender sender,
   ICompilerReferences references
);

Parameters

sender
The output for the compiler messages.
references
The compiler references.

Remarks

This creates the compiler with the standard profiles.

See Also

Compiler Class | JaCIL.Compiler Namespace | Compiler Constructor Overload List