PegCompiler¶ [Source] primitive val PegCompiler Constructors¶ create¶ [Source] new val create() : PegCompiler val^ Returns¶ PegCompiler val^ Public Functions¶ apply¶ [Source] fun box apply( source: Source val) : (Parser box | Array[PegError box] ref) Parameters¶ source: Source val Returns¶ (Parser box | Array[PegError box] ref) eq¶ [Source] fun box eq( that: PegCompiler val) : Bool val Parameters¶ that: PegCompiler val Returns¶ Bool val ne¶ [Source] fun box ne( that: PegCompiler val) : Bool val Parameters¶ that: PegCompiler val Returns¶ Bool val