branchActionGraphs/expression-rewritecancel

12 Commits over 0 Days - ∞cph!

6 Months Ago
Reachability validation hack for expression nodes
6 Months Ago
Can now evaluate basic expression graphs
6 Months Ago
Work on generating outer delegate for expression graphs
6 Months Ago
Test for expression graph creation / invocation
6 Months Ago
Basic UpdateInputOutputs support for expression graphs
6 Months Ago
More input / output node validation
6 Months Ago
WIP expression graphs, output nodes
6 Months Ago
Test for expression nodes being evaluated once per output event
6 Months Ago
Some more work towards nested graphs
6 Months Ago
Fixed failing tests
6 Months Ago
First pass of expression generation rewrite
6 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