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

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.2

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
120
pub points
0%
popularity

Publisher

verified publisherdukefirehawk.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

angel3_code_buffer, matcher, source_span, string_scanner, tuple

More

Packages that depend on angel3_combinator