antitypical / TesseractCore

Tesseract’s evaluation and type system.
MIT License
30 stars 1 forks source link

TesseractCore

TesseractCore defines the model, evaluation, and semantics (the Core) of a visual dataflow programming environment (Tesseract). The basic model in TesseractCore is a Graph<T>, which is a simple directed graph; Tesseract allows you to create, edit, and inspect such graphs with an idiomatic UI.

When specialized to Graph<Node>, graphs are assigned a semantics: