peg 0.0.11 copy "peg: ^0.0.11" to clipboard
peg: ^0.0.11 copied to clipboard

outdatedDart 1 only

PEG (Parsing expression grammar) parsers generator.

0.0.11 #

  • Restored the previous performance (which has been decreased due to the support of the Unicode characters) through the addition of a pre-generated ASCII strings table.

0.0.10 #

  • Bug fixes for the full support of the Unicode characters

0.0.9 #

  • Fixed bugs (the character code units are not an Unicode characters)
  • Parser now supports the Unicode characters (uses 32-bit runes instead of 16-bit code units)

0.0.8 #

  • Medium improvements of performance by reducing restrictions on the prediction on optional rules without semantic actions

0.0.7 #

  • Minor improvements in the expression generators (reduction of the break statements)

0.0.6 #

  • Fixed bug in the original peg grammar in COMMENT

0.0.3 #

  • Added an example of the usage of a simple arithmetic grammar
  • Added an example of the usage of a simple arithmetic grammar

0.0.2 #

  • Small fixes in bin/peg.dart

0.0.1 #

  • Initial release
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

PEG (Parsing expression grammar) parsers generator.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, args_helper, build_tools, lists, path, strings, template_block, yaml

More

Packages that depend on peg