i have a template language that embeds clojure. rather than writing my own clojure parser, i would like to embed read-form as one of the grammar productions. does instaparse support this? i saw that it supports combinators if they’re generated using instaparse’s own functions, but i couldn’t find docs on integrating an existing parser.