MPS
 
Get MPS

Building MPS language plugins

Last modified: 22 July 2024

So you have created a set of languages and would like to make them available to the intended users. In this document we are going to look at ways to package a set of languages, perhaps together with the runtimes they depend on, into a valid MPS plugin.

Note: The JavaExtensionsSample sample project that comes with MPS contains a fully functional build script to build and package the sample Java extensions into a plugin. You can take inspiration from there.