Re: [ANN] Instaparse 1.2.0

2013-07-08 Thread Mark Engelberg
FYI, there was a dependency problem with 1.2.0, and I've pushed a version 1.2.1 fixing the issue out to clojars. If any further bugs are reported, I will provide further bugfixes under the 1.2 numbering series (1.2.2, etc.), so I encourage you to check back at the github site

[ANN] Instaparse 1.2.0

2013-07-07 Thread Mark Engelberg
Instaparse is an easy-to-use, feature-rich parser library. The big idea behind instaparse is to make it simple to convert grammars to parsers without needing to know the idiosyncrasies of LL1, LALR, and other esoteric grammar restrictions imposed by most