Tagged Questions
7
votes
6answers
2k views
Python implementation of Parsec? [closed]
I recently wrote a parser in Python using Ply (it's a python reimplementation of yacc). When I was almost done with the parser I discovered that the grammar I need to parse requires me to do some ...