Differences between revisions 9 and 10
Revision 9 as of 2002-11-29 15:39:06
Size: 1524
Editor: CPE00500415720f
Comment: Added FlexModule and BisonModule link
Revision 10 as of 2002-11-29 15:43:23
Size: 1524
Editor: CPE00500415720f
Comment: Realised fbmodule is a way to plug in C/C++ parsers, moved to the correct sect.
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
  * ["FlexModule and BisonModule"] (http://www.cs.utexas.edu/users/mcguire/software/fbmodule/)
Line 27: Line 26:
  * ["FlexModule and BisonModule"] (http://www.cs.utexas.edu/users/mcguire/software/fbmodule/)

Small discussion and evaluation of different parsers.

TextTools by Marc-André Lemburg ("mx") is not exactly a parser like we're used to, but it is a fast text-processing engine: http://www.lemburg.com/files/python/mxTextTools.html

Also see Python ParserSig @ http://www.python.org/sigs/parser-sig/ to discuss and select a standard parser generator for Python.

For some speed up one may use other parser generator systems and plug them in as modules.

For example:

LanguageParsing (last edited 2022-01-27 20:15:14 by joente)

Unable to edit the page? See the FrontPage for instructions.