The latest version of inchworm is 1.1.1.2-2.
inchworm
Version 1.0.2.4 revision 0 uploaded by BenLippmeier.
Package meta
- Synopsis
- Inchworm Lexer Framework
- Description
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
orattoparsec
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.- 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