How to Install libparsley-clojure in Ubuntu 18.04



Install libparsley-clojure by entering the following commands in the terminal:

sudo apt update
sudo apt install libparsley-clojure

Description:

DSL for creating total and truly incremental parsers in Clojure

Parsley can create parsers for custom grammars and yield parse-trees for any given input. The parsers generated by Parsley are a variant of LR parsers.

Homepage: https://github.com/cgrand/parsley

Version: 0.9.3-2

Section: universe/java