Parsing a context-free grammar in Python
Posted
by Yuval A
on Stack Overflow
See other posts from Stack Overflow
or by Yuval A
Published on 2010-06-05T08:35:54Z
Indexed on
2010/06/05
8:42 UTC
Read the original article
Hit count: 333
What tools are available in Python to assist in parsing a context-free grammar?
Of course it is possible to roll my own, but I am looking for a generic tool that can generate a parser for a given CFG.
© Stack Overflow or respective owner