Skip to content

specificlanguages/mps-gradle-plugin-sample

Repository files navigation

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.