Re: [ANN] Instaparse 1.4.4

2016-12-24 Thread Alex Engelberg
Hi Jeaye, 1. That's indeed a mistaken breakage, I will fix it. Note that specifically the java.net.URL input is what's not properly handled, so if you call (str (io/resource "...")) that will still work as expected. 2. That's also a bug, due to how defparser quotes all of its arguments and tries

Re: [ANN] Instaparse 1.4.4

2016-12-24 Thread Jeaye
This is great to see; instaparse is crucial for some of my projects and I appreciate the ongoing development. I've noticed two issues with 1.4.4 which I want to run by you: 1. insta/parser has a breaking change, in that it no longer accepts resources directly I can work around this easily by

[ANN] Instaparse 1.4.4

2016-12-23 Thread Mark Engelberg
Instaparse is a library for generating parsers from context-free grammars. https://github.com/engelberg/instaparse The big news for this release is that Alex Engelberg has combined the Clojure version with the Clojurescript version of instaparse (initiated by Lucas Bradstreet in 2014) so that movi