2021-09-11 13:46:31 +00:00
|
|
|
name: belatuk_combinator
|
2021-09-12 03:21:17 +00:00
|
|
|
version: 3.0.1
|
2021-09-11 13:46:31 +00:00
|
|
|
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: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
|
|
belatuk_code_buffer: ^3.0.0
|
|
|
|
matcher: ^0.12.10
|
|
|
|
source_span: ^1.8.1
|
|
|
|
string_scanner: ^1.1.0
|
|
|
|
tuple: ^2.0.0
|
|
|
|
dev_dependencies:
|
|
|
|
test: ^1.17.4
|
|
|
|
lints: ^1.0.0
|