edit: Ok, i see. It's not about a standard module for parsing in python but they tried to find a good solution for parsing XML in PyXML. It recommends YAPPS as standard parser generator for python in the end. I guess one would have to redo this _today_ to come up with results on a modern machine with currently available libraries.
The latest citations is from 2001. It quotes SPARK and not its intellectual descendant PLY. It doesn't mention PyParsing. It's from the Parser SIG, which is "retired."
3 comments
[ 3.0 ms ] story [ 19.2 ms ] threadAlso i am wondering why pyparsing[1] isn't even mentioned in the "other parsers" section. Or boost::spirit[2].
edit: Ok, i see. It's not about a standard module for parsing in python but they tried to find a good solution for parsing XML in PyXML. It recommends YAPPS as standard parser generator for python in the end. I guess one would have to redo this _today_ to come up with results on a modern machine with currently available libraries.Yes, this is an old document.