项目作者: specificlanguages

项目描述 :
Sample project using MPS Gradle Plugin (https://github.com/specificlanguages/mps-gradle-plugin)
高级语言: Kotlin
项目地址: git://github.com/specificlanguages/mps-gradle-plugin-sample.git
创建时间: 2019-10-23T07:37:34Z
项目社区:https://github.com/specificlanguages/mps-gradle-plugin-sample

开源协议:Apache License 2.0

下载


MPS Gradle Plugin Sample

A sample project illustrating how to use MPS Gradle Plugin.

The root project contains several subprojects with code taken from mbeddr
Platform
as a more or less realistic usage scenario. The subprojects are:

  • common - contains most of com.mbeddr.mpsutil.common, depends on
    MPS-extensions.
  • trace-explorer - contains the trace explorer from mbeddr, has no dependencies.
  • interpreter - the interpreter framework from mbeddr, depends on common, trace-explorer, and
    MPS-extensions.