galileo_combinator 4.0.3 copy "galileo_combinator: ^4.0.3" to clipboard
galileo_combinator: ^4.0.3 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

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.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:galileo_combinator/galileo_combinator.dart';
1
likes
40
points
30
downloads

Publisher

verified publishergalileodart.com

Weekly Downloads

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

Repository (GitHub)

License

MIT (license)

Dependencies

essential_code_buffer, matcher, source_span, string_scanner, tuple

More

Packages that depend on galileo_combinator