Declarations
Public Only
interface Parser
func getIs64Bit(self : &Parser) : bool
func parseExpression(self : &Parser, builder : *ASTBuilder, parseStruct : bool, parseLambda : bool) : *Value
func increment(parser : &Parser) : void
func increment_if(parser : &Parser, type : int) : bool