Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonbloom/retree
- Owner: brandonbloom
- Created: 2013-03-17T04:44:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T23:07:53.000Z (over 11 years ago)
- Last Synced: 2024-10-03T05:10:22.270Z (3 months ago)
- Language: Clojure
- Size: 64.5 KB
- Stars: 15
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.