For Example, it would be nice to have multiple tables align as one example. Also I would like to convert the granchildren cells into interpretable code, stored in the node Function name. Also to be able to find, fold, modify and sort a table is much more scalable if the row or column names are themselves a parent
Y-row(types)
X-column(types)
Operator var var val func var
Func1
add x y 1 print x
sub a b 2 print a
stop
Func 2
add y x 55 print y
add b a 55 print b
stop
Additionally it could be really cool additional feature to flip the table, although I don't need the feature atm
X-row(types)
Y-column(types)
Func1 Func2
Operator
add sub stop add add stop
var
x a y b
var
y b x a
val
1 2 55 55
func
print print print print
var
x a y b
David