fostr/editor/Analysis.esv
Glen Whitney 7b00b01856
All checks were successful
continuous-integration/drone/push Build is passing
chore: Switch to this repository from predecessor
2021-01-30 15:37:53 -08:00

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