frisby

Version 0.2.5 revision 0 uploaded by BenGamari.

Package meta

Synopsis
Linear time composable parser for PEG grammars
Description

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.

Author
John Meacham <john@repetae.net>
Bug reports
n/a
Category
Text
Copyright
John Meacham (2006)
Homepage
http://repetae.net/computer/frisby/
Maintainer
Ben Gamari <ben@smart-cactus.org>
Package URL
http://repetae.net/repos/frisby
Stability
experimental

Components