You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
viz.model=function(model){varstring=model.toString();varparsed=parse(string);// then do some static analysis to make a plate notation diagram or something}
The text was updated successfully, but these errors were encountered:
at some point kimbal had a flow analysis that would make a data flow diagram from a function (at least for some restricted language). this is cool because it's the bayes net when there is one....
i don't think this is a super easy thing to replicate though, unless it's still in our codebase.
The text was updated successfully, but these errors were encountered: