Contribute Media
A thank you to everyone who makes this possible: Read More

PyOhio 2011: Python, Parsing and You

Description

Python, Parsing, and You

Presented by Tim Henderson

Tim Henderson Python is a fantastic language to write text processing tools in, including full fledged parsers. In this tutorial I will briefly cover Recursive Descent, Top Down Predictive and LALR Parsing. The tools used will include PLY and a Top Down Predictive Parsing framework of my own construction. I will expect the audience to be familiar with the following concepts: Context Free Grammars, Regular Expressions, ...

Details

Improve this page