nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

Define a formal grammar for Cascalog using Instaparse #185

Open sritchie opened 11 years ago

sritchie commented 11 years ago

This is clearly the right library to use for parsing:

https://github.com/Engelberg/instaparse

Right now it's all manual and pretty hacky. I'd love a formal grammar for Cascalog's datalog implementation.