infixxer

Infix to prefix conversion library for Clojure

Leiningen/Boot

[infixxer "0.1.1"]

Clojure CLI/deps.edn

infixxer/infixxer {:mvn/version "0.1.1"}

Gradle

implementation("infixxer:infixxer:0.1.1")

Maven

<dependency>
  <groupId>infixxer</groupId>
  <artifactId>infixxer</artifactId>
  <version>0.1.1</version>
</dependency>