Global Script graph algorithms library

root

Graph algorithms for Global Script

This is actually just the topological sort algorithm,
which is used by compilers for functional languages,
for dependency analysis and to control how types get generalized.

Submissions of other graph algorithms or of graph data types are very welcome, though!

This is *alpha quality* software.
It works for me on my machine; it hasn't been tested on anything else.
Use at your own risk.