angel3_combinator 2.0.1 copy "angel3_combinator: ^2.0.1" to clipboard
angel3_combinator: ^2.0.1 copied to clipboard

discontinuedreplaced by: belatuk_combinator
outdated

Packrat parser combinators that support static typing, generics, file spans, memoization, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add angel3_combinator

With Flutter:

 $ flutter pub add angel3_combinator

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

dependencies:
  angel3_combinator: ^2.0.1

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:angel3_combinator/angel3_combinator.dart';
0
likes
130
points
51
downloads

Publisher

verified publisherdukefirehawk.com

Weekly Downloads

Packrat parser combinators that support static typing, generics, file spans, memoization, and more.

Documentation

API reference

License

MIT (license)

Dependencies

angel3_code_buffer, matcher, source_span, string_scanner, tuple

More

Packages that depend on angel3_combinator