inchworm: Simple parser combinators for lexical analysis.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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
or attoparsec
packages, which have more
general purpose combinators.
[Skip to Readme]
Properties
Versions | 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.1, 1.1.1.2 |
---|---|
Change log | Changelog.md |
Dependencies | base (>=4.8 && <4.13) [details] |
License | MIT |
Author | The Inchworm Development Team |
Maintainer | Ben Lippmeier <benl@ouroborus.net> |
Category | Parsing |
Home page | https://github.com/discus-lang/inchworm |
Source repo | head: git clone https://github.com/discus-lang/inchworm.git |
Uploaded | by BenLippmeier at 2019-01-02T02:15:46Z |
Modules
[Index] [Quick Jump]
Downloads
- inchworm-1.1.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees