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

Parsing Horrible Things with Python

Summary

If you've ever wanted to get started with parsers, here's your chance for a ground-floor introduction. A harebrained spare-time project gives birth to a whirlwind journey from basic algorithms to Python libraries and, at last, to a parser for one of the craziest syntaxes out there: the MediaWiki grammar that drives Wikipedia.

Details

Improve this page