Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 374 Bytes

kelsey

An experimental project to play with Antlr parser generators in Clojure.

Usage

To print the parse tree:

lein tree "{4, 99, 7, -4}"

To walk the tree and add the values:

lein sum "{4, 99, 7, -4}"

License

Copyright © 2018 Andrew Nichols

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.