inchworm: Inchworm Lexer Framework
Parser combinator framework specialized to lexical analysis.
Tokens can be specified via simple fold functions,
and we include baked in source location handling.
If you want to parse expressions instead of tokens then try
try the parsec or attoparsec packages, which have more
general purpose combinators.
Comes with matchers for standard lexemes like integers,
comments, and Haskell style strings with escape handling.
No dependencies other than the Haskell base library.
Modules
[Index]
Downloads
- inchworm-1.0.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 1.0.0.1, 1.0.1.1, 1.0.2.1, 1.0.2.2, 1.0.2.3, 1.0.2.4, 1.1.1.1, 1.1.1.2 |
|---|---|
| Dependencies | base (>=4.8 && <4.12) [details] |
| License | MIT |
| Author | The Inchworm Development Team |
| Maintainer | Ben Lippmeier <benl@ouroborus.net> |
| Uploaded | by BenLippmeier at 2018-04-12T01:24:37Z |
| Category | Parsing |
| Home page | https://github.com/DDCSF/inchworm |
| Source repo | head: git clone https://github.com/DDCSF/inchworm.git |
| Reverse Dependencies | 1 direct, 12 indirect [details] |
| Downloads | 4856 total (21 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2018-04-13 [all 1 reports] |