frisby: Linear time composable parser for PEG grammars
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.
frisby is a parser library that can parse arbitrary PEG grammars in linear time. Unlike other parsers of PEG grammars, frisby need not be supplied with all possible rules up front, allowing composition of smaller parsers.
PEG parsers are never ambiguous and allow infinite lookahead with no backtracking penalty. Since PEG parsers can look ahead arbitrarily, they can easily express rules such as the maximal munch rule used in lexers, meaning no separate lexer is needed.
In addition to many standard combinators, frisby provides routines to translate standard regex syntax into frisby parsers.
Properties
Versions | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.2, 0.2.3, 0.2.4, 0.2.5 |
---|---|
Change log | Changelog.md |
Dependencies | array, base (>=4 && <5), containers, mtl, semigroups [details] |
License | BSD-3-Clause |
Copyright | John Meacham (2006) |
Author | John Meacham <john@repetae.net> |
Maintainer | Ben Gamari <ben@smart-cactus.org> |
Category | Text |
Home page | http://repetae.net/computer/frisby/ |
Source repo | head: git clone https://github.com/bgamari/frisby |
Uploaded | by BenGamari at 2017-12-20T22:48:20Z |
Modules
[Index]
- Text
Downloads
- frisby-0.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees