A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
Go to file
2017-04-20 18:31:22 +02:00
scribblings Initial commit 2017-04-13 18:37:37 +02:00
test Renamed worklist → worklist-function and work → worklist 2017-04-20 14:55:14 +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 Added missing dependencies 2017-04-13 18:45:23 +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 1: rename) 2017-04-20 18:31:22 +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.