fostr/editor/Analysis.esv
Glen Whitney 5cd75b8177
Some checks failed
continuous-integration/drone/push Build is failing
feat: Initial statix assignment of types to expressions
2021-02-14 10:25:23 -08:00

26 lines
487 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
action: "Show analyzed type" = debug-show-type