clj-antlr

Clojure bindings for the ANTLR 4 parser library.

Leiningen/Boot

[clj-antlr "0.2.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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