kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
805 stars 95 forks source link

Export refactor to allow for more export engines (WIP) #92

Closed krainboltgreene closed 11 years ago

krainboltgreene commented 11 years ago

I want to be able to turn my parser engines into various formats. Right now there are two means of export: citrus and treetop. This pull request represents the work (starting and eventually finished) to both allow an easier architecture for adding new engines and a refactor of previous engines.