| Marpa | |
| 2.8 | |
| parser-generator, examples, document | |
| Jeffrey Kegler <jeffrey@best.com> | |
| ftp://ftp.best.com/pub/jeffrey/marpa/v2.8/marpa.2.8.tar.gz ??? | |
|
Marpa is a TCL 7.3 extended with an ambiguous context-free
parser which uses Earley's algorithm. It is hacker friendly,
with a variety of handy features. It is intended for use in
implementing parsers that use the same crude but effective
approaches to parsing that humans use, whether these humans
be reading natural language or computer code. TCL code is
attached to every production, explicitly or by default, and
this is used to evaluate the result of the parse.
Speed is reasonable if not blinding, and Marpa is in use in some applications. Marpa is the outcome of the Milarepa prototype which implemented a different general parsing algorithm in Perl. | |
| GNU Public License Version 2 | |
| TCL 7.3, GNU C compiler, GNU Make | |
| April 19th, 1995 |
category: scripting languages summary, or expanded.
Please send updates to free-compilers@idiom.com
The HTML is maintained by David Muir Sharnoff and the entries themselves are currently maintained by Bryan Miller.
Copyright (c) 1992-1998 David Muir Sharnoff, All Rights Reserved
Copyright (c) 1994-1996, Steven Allen Robenalt, All Rights Reserved