Re: [ANN] Instaparse 1.4.5

2016-12-31 Thread Jeaye
Mark, Thanks for the 1.4.5 fixes; defparser is now working properly with clojure.java.io/resources and :auto-whitespace in my compiler. :) On Fri, Dec 30, 2016 at 04:02:02PM -0800, Mark Engelberg wrote: > Instaparse is a library for generating parsers from context-free grammars. > https://github

[ANN] Instaparse 1.4.5

2016-12-30 Thread Mark Engelberg
Instaparse is a library for generating parsers from context-free grammars. https://github.com/engelberg/instaparse This new release fixes a regression reported in 1.4.4, released last week, involving the application of `insta/parser` to a URL. Also, 1.4.4's new macro `defparser` now properly supp