hscript 1.6 Documentation
Back | Index
class hscript.Parser
- var allowJSON : Bool
- activate JSON compatiblity
- var allowTypes : Bool
- allow types declarations
- var identChars : String
- var line : Int
- var opChars : String
- var opPriority : Hash<Int>
- var opRightAssoc : Hash<Bool>
- var unops : Hash<Bool>
- function new() : Void
- inline function error(err : Error, pmin : Int, pmax : Int) : Void
- function invalidChar(c : Int) : Void
- function parse(s : haxe.io.Input) : Expr
- function parseString(s : String) : Expr