CompileCommand2.importModuleByFQN

Loads a module by its FQN path and runs pass 1 on it.

class CompileCommand2
void
importModuleByFQN
()

Parameters

modFQNPath
Type: cstring

E.g.: dil/cmd/Compile

fqnTok
Type: Token*

Identifier token in the import statement.

modul
Type: Module

Where the import statement is located.

Meta