kure 2.16.0 → 2.16.1
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- kure.cabal +2/−2
kure.cabal view
@@ -1,10 +1,10 @@ Name: kure-Version: 2.16.0+Version: 2.16.1 Synopsis: Combinators for Strategic Programming Description: The Kansas University Rewrite Engine (KURE) is a domain-specific language for strategic rewriting. KURE was inspired by Stratego and StrategyLib, and has similarities with Scrap Your Boilerplate and Uniplate. .- The basic transformation functionality can be found in "Language.KURE.Translate",+ The basic transformation functionality can be found in "Language.KURE.Transform", and the traversal functionality can be found in "Language.KURE.Walker". Several basic examples of using KURE are provided in the source-code bundle. For larger examples, see the HERMIT or HTML-KURE packages.