Fan

 

class

compiler::Main

sys::Obj
  compiler::Main

Main is the main entry point for the Fan compiler. Originally it was used for "fanc" command line, but it encapsualtes static methods used by sys.

Slots

compileScriptSource

static Pod compileScript(Str podName, File file, [Str:Obj]? options := null)

Compile the script file into a transient pod. See sys::Sys.compile for option definitions.