Instaparse <https://github.com/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 parser generators.

1.2.3 is a minor update, providing documentation for two recently added
experimental features:

1. A special parsing mode that can optimize memory usage in some cases.
2. A mechanism that simplifies the specification of grammars that permit
optional whitespace between all tokens.  (Thanks to Reid McKenzie for
proposing this).

https://github.com/Engelberg/instaparse/blob/master/docs/ExperimentalFeatures.md

The documentation details how to use the features as they are currently
implemented, but also explains the design tradeoffs I'm considering, and
what kind of feedback I'd like to get from the community before finalizing
the features.

-- 
-- 
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/groups/opt_out.

Reply via email to