Parsing with Spark


Posted

in


David Mertz at IBM developerWorks goes over Spark, a Python parser:

Spark is a powerful and general parser/compiler framework written in Python. In some respects, Spark offers more than SimpleParse or other Python parsers. Being pure Python, however, it is also slower. In this article, David discusses the Spark module, with code samples, an explanation of its usage, and suggestions for its areas of application.

[Via RootPrompt]