One of the main difficulties I've had using parser generators has been the difficulty of figuring out why a grammar didn't work. Fixing shift-reduce and reduce-reduce conflicts seemed like voodoo to me, and though I slightly understand better how to Fix such things now it's still a different mode of thinking that I don't want to try to get into when I just want to parse something simple. PyMeta uses a variation on the Parsing Expression Grammar (PEG) approach to parsing. The chief consequence of this is there's no possibility of ambiguity in a parse: a successful parse will yield exactly one result, and you can trace the control flow through the grammar to figure out how it got there.
Group items matching
in title, tags, annotations or urlOnline Computer Repair Tech - 1 views
1More
Allen's Weblog: PyMeta: How and Why - 0 views
Getting Used to Help and Support - 0 views
Remote Computer Assistance - 1 views
1 - 10 of 10
Showing 20▼ items per page