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.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 supports all the relevant
> optional parameters from the function `parser`, as suggested by user Jeaye
> Wilkerson.
> 
> Thanks to Alex Engelberg for implementing these fixes/enhancements:
> https://github.com/Engelberg/instaparse/pull/151
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


[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 supports all the relevant
optional parameters from the function `parser`, as suggested by user Jeaye
Wilkerson.

Thanks to Alex Engelberg for implementing these fixes/enhancements:
https://github.com/Engelberg/instaparse/pull/151

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.