Differences between revisions 5 and 6
Revision 5 as of 2002-08-31 23:56:21
Size: 1415
Editor: cpe-24-31-37-120
Comment:
Revision 6 as of 2002-10-11 18:56:54
Size: 1503
Editor: MikeRovner
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
  * ["Spirit"] (http://spirit.sourceforge.net/) framework for writing EBNF as C++ code

Small discussion and evaluation of different parsers.

["TextUtils"] by Marc-André Lemburg ("mx") is not exactly a parser like we're used to, but it's a parser: 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.