Add function-scoped Logic visualization
This commit is contained in:
parent
9fcafc290c
commit
9b4258c852
22 changed files with 1420 additions and 62 deletions
|
|
@ -131,8 +131,10 @@ raises. Logic edges retain relation, display label, and deterministic ordinal. A
|
|||
logic empty until they implement a language analyzer.
|
||||
|
||||
This boundary prevents thousands of boolean expressions and basic blocks from polluting Nodes,
|
||||
Flow, Web, ordinary search, or architectural traversal. A future Logic view can request one
|
||||
function-scoped projection on demand.
|
||||
Flow, Web, ordinary search, or architectural traversal. The Logic tab and `docforge_get_logic`
|
||||
request one function-scoped projection on demand. The built-in Python analyzer covers conditions,
|
||||
short-circuit booleans, loops, `match`, exception paths, returns, and raises. It reports possible
|
||||
static paths; it does not claim runtime branch outcomes.
|
||||
|
||||
## Full rebuilds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue