15 lines
489 B
YAML
15 lines
489 B
YAML
name: belatuk_combinator
|
|
version: 5.0.0-beta.1
|
|
description: Packrat parser combinators that support static typing, generics, file spans, memoization, and more.
|
|
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/combinator
|
|
environment:
|
|
sdk: '>=3.0.0-290.3.beta <4.0.0'
|
|
dependencies:
|
|
belatuk_code_buffer: ^5.0.0-beta.1
|
|
matcher: ^0.12.10
|
|
source_span: ^1.8.1
|
|
string_scanner: ^1.1.0
|
|
tuple: ^2.0.0
|
|
dev_dependencies:
|
|
test: ^1.24.0
|
|
lints: ^2.0.0
|