clj-antlr

Clojure sugar over the ANTLR 4 parser library.

Leiningen/Boot

[clj-antlr "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

clj-antlr/clj-antlr {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("clj-antlr:clj-antlr:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-antlr</groupId>
  <artifactId>clj-antlr</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>