Binary package “libinstaparse-clojure” in ubuntu oracular

simple way to build parsers in Clojure

 Instaparse aims to be the simplest way to build parsers in Clojure. It Turns
 standard EBNF or ABNF notation for context-free grammars into an executable
 parser that takes a string as an input and produces a parse tree for that
 string.