Great to hear! This week I wasted half a day over some silly error which should've been caught quickly. Mistakenly believed the input suddenly turned complex, requiring a complicated grammar.
My personal postmortem discovered a bias — I thought, "Cool, let's whip out Instaparse! Let's paint a happy little grammar tree..." And so deluded myself away from simply investigating the problem. :) On Wednesday, May 6, 2015 at 10:56:57 AM UTC+2, puzzler wrote: > > Instaparse 1.4.0 is now deployed to clojars and available to use in > leiningen projects by adding [instaparse "1.4.0"] to your project file. > > Instaparse is a convenient way to generate parsers from context-free > grammars. > > The new release features an improved algorithm for handling complex nested > negative lookaheads, and the ability to print out a trace of what your > parser is doing. > > Instaparse: https://github.com/engelberg/instaparse > Description of new tracing feature: > https://github.com/Engelberg/instaparse/blob/master/docs/Tracing.md > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
