peg2 0.1.15 copy "peg2: ^0.1.15" to clipboard
peg2: ^0.1.15 copied to clipboard

discontinuedreplaced by: peg
outdated

PEG+ (Parsing expression grammar) parser source code generator, command line tool.

0.1.15 #

  • Fixed bug in generator AnyCharcterExprtession with the Unicode character greater then 0xffff

0.1.14 #

  • Fixed bug with an increment value of _pos_, the length of the Unicode character was not taken into account

0.1.12 #

  • Implemented experimental prediction feature, command line option --predict
  • Added feature: convert terminal calls into inline expressions, command line option --inline-terminals
  • Added feature: convert all calls into inline expressions, command line option --inline-all

0.1.11 #

  • Added new resolver: ExpressionProductivenessResolver
  • Improved performance of the match expressions
  • Improved failure tracking performance

0.1.10 #

  • Memoization algorithm made more optimal

0.1.9 #

  • Improved performance of experimental memoization feature

0.1.8 #

  • Implemented experimental memoization feature, command line option --memoize

0.1.7 #

  • Implemented conditional operation optimizer to transform conditional operations

0.1.6 #

  • Removed import of dart:html. How was it added?

0.1.5 #

  • Added feature: convert nonterminal calls into inline expressions, command line option --inline-nonterminals
  • Added feature: convert subterminal calls into inline expressions, command line option --inline-subterminals

0.1.4 #

  • Added (experimental) support of NNBD type naming convetion to grammar peg2.peg
  • Added support of library prefix to grammar peg2.peg

0.1.3 #

  • Added a small description and instructions for use

0.1.2 #

  • Fixed source code according to pub.dev health suggestions

0.1.1 #

  • Fixed source code according to pub.dev health suggestions

0.1.0 #

  • Initial release
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

PEG+ (Parsing expression grammar) parser source code generator, command line tool.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dart_style, lists, path, strings

More

Packages that depend on peg2