mps-coderules/coderules/languages/jetbrains.mps.lang.coderules/runtime/models
Grigorii Kirgizov 3eebe8cd03 Refactor creation of IncrProgramSpec: allow later spec config (for MPSCR-66)
IncrProgramSpec influencing program eval is built from two sources:
internal analysis results & typechecking options.
Providing spec builder instead of spec allows to combine these
sources later at program pipeline creation in TypecheckingService.

Commit accomodates to addition of IncrementalSpec.Enabled.Unsafe
Commit also simplifies ProgramAnalysis -related classes.
Renames BasicProgramAnalysis to PrincipalsAnalysis.
2020-07-28 18:53:41 +03:00
..
jetbrains.mps.lang.coderules.eval.mps Refactor creation of IncrProgramSpec: allow later spec config (for MPSCR-66) 2020-07-28 18:53:41 +03:00
jetbrains.mps.lang.coderules.program.analysis.mps Refactor creation of IncrProgramSpec: allow later spec config (for MPSCR-66) 2020-07-28 18:53:41 +03:00
jetbrains.mps.lang.coderules.program.mps Support for processing input nodes recursively or not. Optimizing local typechecking. 2020-07-21 17:02:17 +02:00