mps-coderules/coderules/languages/jetbrains.mps.lang.coderules/languageModels
Grigorii Kirgizov 9bbcf6ecef Allow terms to inherit features from ancestor terms
Avoides the need to exactly duplicate features of ancestors.
Opens possibility to match on super-terms
with partially provided (overriden) features.

For example, suppose there's `typeParameterized(child: param)`
term which is extended by `classifier` and `methodSignature`.
Then it becomes possible to write a common rule for both terms,
matching on `typeParameterized(param=[Smth])`.
2020-05-21 16:31:36 +03:00
..
behavior.mps Allow terms to inherit features from ancestor terms 2020-05-21 16:31:36 +03:00
constraints.mps Allow terms to inherit features from ancestor terms 2020-05-21 16:31:36 +03:00
editor.mps Apply automatic migrations. 2020-05-09 15:04:25 +02:00
findUsages.mps Introduce CallMacroTemplate, necessary refactorings. MPSCR-25 2020-03-31 11:27:09 +02:00
intentions.mps Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.lang.coderules.analysis.mps Apply automatic migrations. 2020-05-09 15:04:25 +02:00
migration.mps Apply automatic migrations. 2020-05-09 15:04:25 +02:00
plugin.mps Switch to 2018.3 RC. Apply all migrations. 2018-11-28 16:48:59 +01:00
structure.mps Drop deprecated stuff from coderules lang. 2020-05-05 15:58:48 +02:00
typesystem.mps Apply automatic migrations. 2020-05-09 15:04:25 +02:00
util.mps Apply automatic migrations. 2020-05-09 15:04:25 +02:00