Pyparsing: Grammar Suggestion. 2nd thought
Heiko Wundram
me+python at modelnine.org
Wed May 17 14:35:20 EDT 2006
Am Mittwoch 17 Mai 2006 20:24 schrieb Heiko Wundram:
> If I'm not completely mistaken, parsers written using PyParsing can accept
> a small superset of all languages that an N/DFA can accept, <snip...>
Okay, forget what I said about PyParsing here; using Forward(), you can create
recursion, but it took an O'Reilly article to find out about this. ;-)
--- Heiko.
More information about the Python-list
mailing list