parsers 1.0.0 copy "parsers: ^1.0.0" to clipboard
parsers: ^1.0.0 copied to clipboard

Dart 1 only

Parser combinators for Dart. Parser combinators let you write complex parsers by combining smaller, less complex parsers.

Parsers Changelog #

1.0.0 #

  • Make strong mode and dart 2 compatible.
  • Introduce non-infix generic methods for all the infix operators.

0.14.5 #

  • Lazy computation of the error messages (PR #18).

0.14.4 #

  • Support setting the value of a tabstop in position calculation (PR #16).

0.14.3 #

  • Move run_all_tests.sh to tests/run.sh to adhere to pub.drone.io's conventions.

0.14.2 #

  • Fix type annotation leading to failure in checked mode

0.14.1 #

  • Added CHANGELOG.md
  • Fix type annotation leading to failure in checked mode
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Parser combinators for Dart. Parser combinators let you write complex parsers by combining smaller, less complex parsers.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

BSD-3-Clause (LICENSE)

Dependencies

persistent

More

Packages that depend on parsers