Glen Whitney
7b00b01856
All checks were successful
continuous-integration/drone/push Build is passing
25 lines
433 B
Plaintext
25 lines
433 B
Plaintext
module Analysis
|
|
|
|
imports
|
|
|
|
statix/Menus
|
|
|
|
language
|
|
|
|
// see docs/implementation.md for details on how to switch to multi-file analysis
|
|
|
|
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
|