Comment on Building a toy template engine in PythonComments−js213yA nice complement to this article is http://effbot.org/zone/simple-top-down-parsing.htm and its earlier piece http://effbot.org/zone/simple-iterator-parser.htmAlso, this page maintains links to many python parsing options - http://nedbatchelder.com/text/python-parsers.html
Comments
A nice complement to this article is http://effbot.org/zone/simple-top-down-parsing.htm and its earlier piece http://effbot.org/zone/simple-iterator-parser.htm
Also, this page maintains links to many python parsing options - http://nedbatchelder.com/text/python-parsers.html