galileo_combinator 4.0.2 copy "galileo_combinator: ^4.0.2" to clipboard
galileo_combinator: ^4.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 galileo_combinator

With Flutter:

 $ flutter pub add galileo_combinator

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

dependencies:
  galileo_combinator: ^4.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:galileo_combinator/galileo_combinator.dart';
1
likes
135
points
50
downloads

Documentation

API reference

Publisher

verified publishergalileodart.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

essential_code_buffer, matcher, source_span, string_scanner, tuple

More

Packages that depend on galileo_combinator