Simple Top-Down Parsing in Python

http://effbot.org/zone/simple-top-down-parsing.htm
by gcb • 17 years ago
20 0 17 years ago

"At roughly 250 lines of code (including the entire parser machinery), there are still a few things left to add before we can claim to fully support the Python 2.5 expression syntax, but we’ve covered a remarkably large part of the syntax with very little work."

Related Stories

Loading related stories...

Source preview

effbot.org