Results 7 issues of saitouena

https://github.com/Engelberg/instaparse/issues/198

I don't like constructing a map for `transform`. I want to write like this. ``` clojure (defmulti trans (fn [tag & _] tag)) (defmethod trans :a [tag & xs] ;;...

support emoji input like `:smile:`.

I tried RosettaConsole but I can't understand how to use. I think tutorial is very helpful.

documentation
p1

My environment: - Clojure 1.10.1 - `openjdk version "1.8.0_222" OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~18.04.1-b10) OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)` ``` clojure (def zero-zone (t/time-zone "GMT+00:00")) (def plus8-zone...

Add note for `integer-str` 's confusing behavior. See also https://github.com/funcool/struct/issues/23 .