parser_combinator 0.2.3
parser_combinator: ^0.2.3 copied to clipboard
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
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.3
Alternatively, your editor might support dart 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';