PonyCompiler¶ [Source] actor tag PonyCompiler Constructors¶ create¶ [Source] new tag create( pony_path': String val) : PonyCompiler tag^ Parameters¶ pony_path': String val Returns¶ PonyCompiler tag^ Public Behaviours¶ compile¶ [Source] be compile( package: FilePath val, paths: Array[String val] val, notify: CompilerNotify tag) Parameters¶ package: FilePath val paths: Array[String val] val notify: CompilerNotify tag