2021-01-30 20:27:10 +00:00
|
|
|
module Analysis
|
|
|
|
|
|
|
|
imports
|
|
|
|
|
|
|
|
statix/Menus
|
|
|
|
|
|
|
|
language
|
|
|
|
|
2021-01-30 23:37:53 +00:00
|
|
|
// see docs/implementation.md for details on how to switch to multi-file analysis
|
2021-01-30 20:27:10 +00:00
|
|
|
|
|
|
|
observer : editor-analyze (constraint) // (multifile)
|
|
|
|
|
|
|
|
references
|
|
|
|
|
|
|
|
reference _ : editor-resolve
|
|
|
|
|
|
|
|
hover _ : editor-hover
|
|
|
|
|
|
|
|
menus
|
|
|
|
|
|
|
|
menu: "Analysis" (openeditor)
|
|
|
|
|
|
|
|
action: "Show pre-analyzed AST" = debug-show-pre-analyzed (source)
|
|
|
|
action: "Show analyzed AST" = debug-show-analyzed
|
2021-02-14 18:25:23 +00:00
|
|
|
action: "Show analyzed type" = debug-show-type
|