test
hi, beginner question.
(def abc-parser (insta/parser (http://clojure.java.io/resource "grammars/abc.abnf") :input-format :abnf :trace true :output-format :enlive)) ;;:auto-whitespace whitespace))
if I enable the whitespace option , I am getting a copile error when I run 'lein run'.
like this :
(def abc-parser (insta/parser (http://clojure.java.io/resource "grammars/abc.abnf") :input-format :abnf :trace true :output-format :enlive :auto-whitespace whitespace))
same problem if I used :auto-whitespace :standard
Caused by: java.lang.IllegalArgumentException: No matching clause: :char at instaparse.combinators_source$auto_whitespace_parser.invokeStatic(combinators_source.clj:163) at instaparse.combinators_source$auto_whitespace_parser.invoke(combinators_source.clj:162) at instaparse.combinators_source$auto_whitespace$iter__426__430$fn__431.invoke(combinators_source.clj:184)