-
-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Labels
Milestone
Description
I searched for a parser generator library that can parse my pest grammar file with few modifications and output C++{11,17} code. Unfortunately I did not find anything.
If pest had pluggable backends and could output parser source code in various languages, that would be really fantastic and would give it yet another advantage over other parsers.
Is anything like that planned / possible?
Probably depends on #158.
Reactions are currently unavailable