ignoreStack
outputs some debug information on current token
Kind: global class
Properties
parser.getTokenName()
helper : gets a token name
Kind: instance method of parser
main entry point : converts a source code to AST
Kind: instance method of parser
parser.raiseError()
Raise an error
Kind: instance method of parser
handling errors
Kind: instance method of parser
Creates a new AST node
Kind: instance method of parser
parser.expectEndOfStatement() ⇒ boolean
expects an end of statement or end of file
Kind: instance method of parser
parser.expect(token) ⇒ boolean
Force the parser to check the current token.
If the current token does not match to expected token, the an error will be raised.
If the suppressError mode is activated, then the error will be added to the program error stack and this function will return false.
Kind: instance method of parser
Throws:
parser.text() ⇒ String
Returns the current token contents
Kind: instance method of parser
consume the next token
Kind: instance method of parser
Eating a token
Kind: instance method of parser
Check if token is of specified type
stance method of parser
oreStack"></a>
ignoreStack
outputs some debug information on current tokenck debug information on current token </dl> Kind: global constant