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.

135/ 160
pub points
50
downloads

We analyzed this package 6 days ago, and awarded it 135 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("4.0.2").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

54 out of 97 API elements (55.7 %) have documentation comments.

Some symbols that are missing documentation: galileo_combinator, galileo_combinator.ListParser.ListParser.new, galileo_combinator.ParseArgs, galileo_combinator.ParseArgs.ParseArgs.new, galileo_combinator.ParseArgs.depth.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 48 issues. Showing the first 2:

WARNING: The 'author' field is no longer used and can be removed.

pubspec.yaml:4:1

  ╷
4 │ author: Isaque Neves <insinfo2008@gmail.com>
  │ ^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze pubspec.yaml

INFO: The part-of directive uses a library name.

lib/src/combinator/advance.dart:1:1

  ╷
1 │ part of lex.src.combinator;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/combinator/advance.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
essential_code_buffer ^2.0.1 2.0.1 2.0.1
matcher ^0.12.10 0.12.20 0.12.20
source_span ^1.8.1 1.10.2 1.10.2
string_scanner ^1.1.0 1.4.1 1.4.1
tuple ^2.0.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
charcode - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
meta - 1.18.2 1.18.2
path - 1.9.1 1.9.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
term_glyph - 1.2.2 1.2.2
test_api - 0.7.12 0.7.12

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
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