The latest version of inchworm is 1.1.1.2-2.
inchworm
Version 1.1.1.1 revision 0 uploaded by BenLippmeier.
Package meta
- Synopsis
- Simple parser combinators for lexical analysis.
- Description
Parser combinator framework specialized to lexical analysis. Tokens are specified via simple fold functions, and we include baked in source location handling. Comes with matchers for standard lexemes like integers, comments, and Haskell style strings with escape handling. No dependencies other than the Haskell base library. If you want to parse expressions instead of tokens then try try the
parsec
orattoparsec
packages, which have more general purpose combinators.- Author
- The Inchworm Development Team
- Bug reports
- n/a
- Category
- Parsing
- Copyright
- n/a
- Homepage
- https://github.com/discus-lang/inchworm
- Maintainer
- Ben Lippmeier <benl@ouroborus.net>
- Package URL
- n/a
- Stability
- experimental