mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / PLY.mdwn
1 David Beazley has written up a pure-python Lex/YACC module
2 called... [Python Lex/YACC][PLY] (or PLY). If you haven't worked with
3 YACC-type parsers before, you might want to look at my [[implicit
4 multiplication notes|yacc2dot]].
5
6 [PLY]: http://www.dabeaz.com/ply/
7
8 [[!tag tags/programming]]
9 [[!tag tags/python]]
10 [[!tag tags/tools]]