Stackless & String-processing
Greg Ewing
greg.ewing at compaq.com
Tue Jul 20 18:29:38 EDT 1999
More information about the Python-list mailing list
Tue Jul 20 18:29:38 EDT 1999
- Previous message (by thread): Stackless & String-processing
- Next message (by thread): Stackless & String-processing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you're trying to parse something using a grammar that needs heavy transformations to make it tractable, then obviously using monadic parsers with arbitrary code embedded in them is going to get in the way of those transformations. However, not all parsing problems are like that. Programming languages are usually designed to be straightforward to parse efficiently. Monadic techniques can allow such parsers to be written very elegantly. Greg
- Previous message (by thread): Stackless & String-processing
- Next message (by thread): Stackless & String-processing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list