mps-coderules/samples/mpscore
Fedor Isakov ec6e56c1c3 Fix expandMacro calls to explicitly pass 'subs' parameter recursively
The hack on which expandMacro parameters used to rely on, resulted in a side-
effect, namely that once passed expandMacro parameter is available
recursively, until overridden.
With new contract all parameters need to be passed on when an expandMacro
is called recursively.
2021-09-21 17:54:51 +02:00
..
.mps Ensure the sample project is open with coderules plugin 2021-05-18 12:32:03 +02:00
languages Fix expandMacro calls to explicitly pass 'subs' parameter recursively 2021-09-21 17:54:51 +02:00
solutions Types aspect for j.m.lang.typechecking (in Ext language) 2021-08-04 13:24:59 +02:00
README.md Update readme files. 2018-07-19 15:12:34 +02:00
build.gradle Drop creating blockmap file 2021-07-22 13:59:19 +02:00
build.xml Update build scripts 2021-09-21 17:54:50 +02:00

README.md

MPSCORE

This project contains sample applications of coderules framework providing the implementations of source code analysis for baseLanguage and its extensions.

The two aspects are implemented here:

  1. Type system
  2. Control flow

Installation

The code in this project relies on coderules languages and solutions to be available, either as a project library or as a plugin. There are two possibilities to install coderules:

  1. Follow the instructions for building the root project, or
  2. Install the compiled plugin (see the latest release on GitHub).

License

Copyright 2014-2018 JetBrains s.r.o.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.