clj-antlr

Clojure sugar over the ANTLR 4 parser library.

Leiningen/Boot

[clj-antlr "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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