jison2dart 0.5.3
jison2dart: ^0.5.3 copied to clipboard
Generate Dart parsers using Jison based on Bison parser generator
0.5.3 #
- Remove the support of the
backtrack_lexer,flexandrangesoptions
0.5.0 #
JisonParseradds two methods:getParserErrorMessageandgetLexerErrorMessage. They're used for providing customized messasges, such as I18N.DefaultJisonParseris added. It is the default base class of the generated Parser.%extendsis supported%classdoesn't supportextendsany more
0.3.0 #
- Migrate to null-safety
0.2.0 #
%classsupportsextends- Rename
dison.jstojison2dart.js
0.1.1 #
- Support the prologue:
%{and%}. And, remove the%code-%%block
0.1.0 #
- First release