For what it's worth, I implemented a C++ code generator for Grako, which is written in Python.

I don't know if it still works (Grako might have changed), and I don't have much time to support it (also eventually I should work on it again). But I did implement a large part of the mediawiki grammar in it, so it has some usefulness. The best thing about it may be that it is easy to mix Python and C++.

https://github.com/lambdafu/grakopp

On 09/10/2015 01:15 AM, Hayden Livingston wrote:
I'm looking for a PEG Parser that has semantic actions for things that
require some sort of lookup.

_______________________________________________
PEG mailing list
PEG@lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/peg



_______________________________________________
PEG mailing list
PEG@lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/peg

Reply via email to