I'll be biased with a plug for my Java parser generator - AustenX, http://scratchy.org.nz/austen.php. It produces large amounts of code and works in a very specific ways, that might not gel at first (but works for me), but does have some really cool semantic features that might be of help (for stuff that might relate to you perhaps look at the section in the documentation on how to handle indentation sensitive input). And it rocks at left-recursion.

Matthew

On 10/09/2015 11:15 a.m., 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