Simon Willison’s Weblog

Subscribe
Atom feed for recursivedescent

1 item tagged “recursivedescent”

2008

Simple Top-Down Parsing in Python. Eye-opening tutorial on building a recursive descent parser for Python, in Python that uses top-down operator precedence.

# 19th July 2008, 11:37 pm / compilers, effbot, fredrik-lundh, parsing, python, recursivedescent