clj-antlr

Clojure bindings for the ANTLR 4 parser library.

Leiningen/Boot

[clj-antlr "0.2.14"]

Clojure CLI/deps.edn

clj-antlr/clj-antlr {:mvn/version "0.2.14"}

Gradle

implementation("clj-antlr:clj-antlr:0.2.14")

Maven

<dependency>
  <groupId>clj-antlr</groupId>
  <artifactId>clj-antlr</artifactId>
  <version>0.2.14</version>
</dependency>