A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
Go to file
2017-04-20 18:31:35 +02:00
scribblings Moved implementation to main.rkt (part 2: update) + documentation 2017-04-20 18:31:35 +02:00
test Moved implementation to main.rkt (part 2: update) + documentation 2017-04-20 18:31:35 +02:00
.gitignore Initial commit 2017-04-13 18:37:37 +02:00
.travis.yml Intersection types are present only in Racket versions 6.6 and above 2017-04-13 19:12:37 +02:00
info.rkt Moved implementation to main.rkt (part 2: update) + documentation 2017-04-20 18:31:35 +02:00
LICENSE-more.md Initial commit 2017-04-13 18:37:37 +02:00
LICENSE.txt Initial commit 2017-04-13 18:37:37 +02:00
main.rkt Moved implementation to main.rkt (part 2: update) + documentation 2017-04-20 18:31:35 +02:00
README.md Added maintenance badge (2017) 2017-04-19 20:22:07 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation. Maintained as of 2017, License: CC0 v1.0.

Typed Worklist

A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types.

Currently a work in progress.