Skip to content

ShinKage/rewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rewrite

NOTE: The second iteration of the tool is available in the idris2 branch and is implemented with Idris2 instead of Idris.

A tool for directed graph rewriting, harnessing the power of dependent types for rule verification, with Idris. It supports simple rewrite rules, negative properties, interfaces and typed graphs.

The motivation and the experiences behind this work are documented in my thesis: Verified Graph Rewriting: Dependent types in general programming.

How-to-start

Two libraries are required by the implementation, if not already installed this two command can be used:

make lightyear
make graphviz

To build an executable: make build To execute the test code: make test

(c) Giuseppe Lomurno 2019

About

Verified directed graph rewriting with Idris

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published