jison2dart library

jison2dart.dart

Purpose:

Description:

History: 24/11/2016, Created by jumperchen

Copyright (C) 2016 Potix Corporation. All Rights Reserved.

Classes

DefaultJisonParser
The default base class for the generated parser. It extends JisonParser to generate the error message.
JisonParser
The base class of the parser. By default, DefaultJisonParser is used.
LexerConditions
ParserAction
ParserCachedAction
ParserLocation
ParserProduction
ParserState
ParserSymbol
ParserValue
ShowPosition

Mixins

JisonParserMixin
A mixin providing the default implementation of getParserErrorMessage and getLexerErrorMessage for JisonParser. Example: DefaultJisonParser.

Exceptions / Errors

LexerError
ParserError
A parser error
SyntaxError
An syntax error.