Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 473 Bytes

Slicer

A simple program slicer for a procedural language (but without support for procedures).

Implementation closely follows the paper from Mark Weiser.

There isn't terribly much you can do with this yet, but you can take a look at app/Main.hs. Running the app will print out a sliced version of testprog using the slicing criterion supplied in main, consisting of a line number and a set of variables.