clj-antlr

Clojure bindings for the ANTLR 4 parser library.

Leiningen/Boot

[clj-antlr "0.2.12"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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