Differences between revisions 2 and 3
Revision 2 as of 2002-08-23 20:33:38
Size: 1131
Editor: MikeRovner
Comment: PLY added
Revision 3 as of 2002-08-24 18:08:52
Size: 1294
Editor: 200
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
["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

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.