parser-combinators
Package info
-
Homepage
gitlab.com/clean-and-itasks/libraries/parser-combinators -
Latest version
1.1.1, 6 months ago -
Maintainer
TOP Software Technology -
License
BSD-2-Clause
Description
This library provides various types of parser combinators.
Readme
# parser-combinators
This library provides various types of parser combinators.
## Licence
The package is licensed under the BSD-2-Clause license; for details, see the
[LICENSE](/LICENSE) file.
Changelog
# Changelog
#### 1.1.1
- Chore: support base `3.0`.
### 1.1.0
- Feature: `Text.Parsers.Simple.Core`: add `someTill` and `manyTill`.
- Feature: `Text.Parsers.Simple.Chars`: add `pSingleQuote` and `pDoubleQuote`.
## 1.0.0
- Initial version, import modules from clean platform v0.3.38 and destill all
parser combinator modules.
Versions
-
1.1.1 latest 6 months ago
Dependencies: base ^2.0.0 || ^3.0.0; category-theory ^1.0.0.
Targets: any-any.
-
1.1.0 1 year, 1 month ago
Dependencies: base ^2.0.0; category-theory ^1.0.0.
Targets: any-any.
-
1.0.0 latest 1.0 1 year, 5 months ago
Dependencies: base ^2.0.0; category-theory ^1.0.0.
Targets: any-any.