mps-coderules/samples/mpscore
Fedor Isakov 3763f3dfe8 README for mpscore sample. 2018-07-18 11:17:43 +02:00
..
.mps Virtual folders for project modules. 2018-07-18 10:42:13 +02:00
languages/jetbrains.mps.baseLanguageExt Simplify and fix controlflow sample implementation. 2018-07-18 10:42:32 +02:00
solutions Ensure extracted baseLanguageExt stuff can be built from command line. 2018-07-17 15:09:47 +02:00
README.md README for mpscore sample. 2018-07-18 11:17:43 +02:00
build.gradle Add a "check" task for testing all projects at once. Switch travis build to 'gradle check'. 2018-07-17 15:09:47 +02:00
build.xml Switch to MPS 2018.1.5 2018-07-17 15:29:02 +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

Build

Use the instructions in the root folder of this repository for information on how to build this sample.

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.