rewrite-inspector: Inspection of rewriting steps

[ bsd3, inspection, library, program, rewriting, terminal, user-interface ] [ Propose Tags ]

A terminal UI for inspecting steps taken by a rewriting process. Useful for the optimization phase of a compiler, or even evaluators of small languages.


[Skip to Readme]

Modules

[Last Documentation]

  • BrickUI
  • Gen
  • Pretty
  • RewriteInspector
  • Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.0.11
Dependencies base (>=4.7 && <5), binary (>=0.8.5 && <0.11), brick (==0.46), containers (>=0.5.0.0 && <0.7), data-default (>=0.7.1.1), hashable (>=1.2.1.0 && <1.3), microlens (>=0.3.0.0), microlens-th, prettyprinter (>=1.2.0.1 && <2.0), rewrite-inspector, text, vty (>=5.23.1) [details]
License BSD-3-Clause
Author Orestis Melkonian
Maintainer Orestis Melkonian <melkon.or@gmail.com>
Category rewriting, inspection, terminal, user interface
Home page http://github.com/omelkonian/rewrite-inspector/
Bug tracker http://github.com/omelkonian/rewrite-inspector/issues
Source repo head: git clone git://github.com/omelkonian/rewrite-inspector.git
Uploaded by omelkonian at 2019-06-25T10:41:12Z
Distributions
Executables str-example, expr-example
Downloads 4864 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2019-06-27 [all 3 reports]

Readme for rewrite-inspector-0.1.0.5

[back to package description]

Rewrite Inspector

A terminal UI for inspecting steps taken by a rewriting process. Useful for the optimization phase of a compiler, or even evaluators of small languages.

To use the library, the user's type of language expressions must be an instance of the Diff typeclass (see app/Main.hs for an example).

Available on Hackage