parser_combinator 0.2.9 copy "parser_combinator: ^0.2.9" to clipboard
parser_combinator: ^0.2.9 copied to clipboard

discontinuedreplaced by: peg

Parser combinator is a collection of parsers that can be used to combine basic parsers to create parsers for more complex rules.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add parser_combinator

With Flutter:

 $ flutter pub add parser_combinator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  parser_combinator: ^0.2.9

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:parser_combinator/parser_combinator.dart';
0
likes
130
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

Parser combinator is a collection of parsers that can be used to combine basic parsers to create parsers for more complex rules.

Repository (GitHub)
View/report issues

Topics

#parser #parser-combinator #parsing #peg

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

_fe_analyzer_shared, intl, path

More

Packages that depend on parser_combinator