branchActionGraphs/expression-rewritecancel

12 Commits over 0 Days - ∞cph!

12 Months Ago
Reachability validation hack for expression nodes
12 Months Ago
Can now evaluate basic expression graphs
12 Months Ago
Work on generating outer delegate for expression graphs
12 Months Ago
Test for expression graph creation / invocation
12 Months Ago
Basic UpdateInputOutputs support for expression graphs
12 Months Ago
More input / output node validation
12 Months Ago
WIP expression graphs, output nodes
12 Months Ago
Test for expression nodes being evaluated once per output event
12 Months Ago
Some more work towards nested graphs
12 Months Ago
Fixed failing tests
12 Months Ago
First pass of expression generation rewrite
12 Months Ago
WIP expression generation rewrite * To support expression nodes with multiple outputs * Make sure nodes are evaluated as few times as possible * Make sure output values are properly scoped / not overwritten WIP CallGraphNodeDefinition