Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonbloom/retree

Functional combinators for strategy-based tree-rewriting in Clojure
https://github.com/brandonbloom/retree

Last synced: 2 months ago
JSON representation

Functional combinators for strategy-based tree-rewriting in Clojure

Awesome Lists containing this project

README

        

# retree

A library of functional combinators for strategy-based tree-rewriting.

Retree is a Clojure port of the rewrite combinators in [Kiama](
https://code.google.com/p/kiama/), a Scala library for language processing.
Kiama's rewrite combinators are, in turn, an adaption of [Stratego](
http://strategoxt.org/), a language for program transformations.

## Usage

Don't use this library yet. It's very far from finished...

I'll write lots more soon!

## License

Copyright © 2013 Brandon Bloom

Distributed under the Eclipse Public License, the same as Clojure.