Comparing classes in case statement

2014-02-27 Thread Markus Bader
Hello, if I am not too dumb, it seems that comparing for classes does not work in case statements, like: => (class '(1 2 3)) clojure.lang.PersistentList => (case (class '(1 2 3)) clojure.lang.PersistentList :amazing :so-sad) :so-sad I do not need a workaround - that is already

Re: instaparse (1.2.4) perfomance issue a long string to parse

2013-12-18 Thread Markus Bader
Hi, I am Markus, also working on this project. Thanks for your reply. The errors on the grammar resulted from the reducing of the original one - just to give a minimal example. The original one featured the issues you mentioned in addition to other logial operators like nand, xor, equivalent,