Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
mps.rocks
A curated list of awesome MPS extensions/libraries, software and resources.
https://github.com/coolya/mps.rocks
Last synced: 5 days ago
JSON representation
-
What are you looking for?
-
Get started with MPS
- this guide
- DSL Engineering Book
- MPS Intro Course by @markusvoelter
- Volume I - user-s-guide.html)
- MPS for the Impatient - on course that covers the basics of JetBrains MPS from the language designer's perspective, skipping the theoretical topics as well as the practical productivity how-tos.
-
Understand what MPS is
-
-
[Awesome MPS](#awesome-MPS)
-
Plugins
- Durchblick - Simplified editors to increase readability of generators.
- Editor2PDF - Serialises editor into PDF files
- ingrid - Ingrid is a plugin for JetBrains MPS allowing import of ANTLRv4 grammars and create an MPS language out of it.
- mps-code-reviewer - Code Review for JetBrains MPS providing integration with Bitbucket
- MPS Extensions - Various extensions to simplify language development.
- Stubs Generator - Stubs Generator is a plugin to Jetbrains MPS which allows easy creation of generators of library stubs for custom MPS languages.
- Build Script Notifier - Fix your build scripts with one click when module dependencies change.
- digitalember.extensions - MPS baseLanguage editor extensions for better readability.
- Fernsprecher - View your IntelliJ based IDE logs directly in your browser.
- Key Promoter X - This plugin helps to learn essential shortcuts while you are working.
- langdoc - This plugin allows arbitrary nodes in your models to be annotated with documentation text.
- Language visualizer - A JetBrains MPS plugin to visualize the structure of a language.
- Mario Progress Bar - Pretty progress bars for IJ based IDEs.
- MPS BaseLanguage Extensions - A set of handy extensions to BaseLanguage, such as tail recursion optimization and function memoization
- MPS gradle plugin - A Gradle plugin to build & test langauges and to support various tasks related to custom RCP packaging.
- MPS-QA - This repository contains quality assurance tooling for Jetbrains' MPS.
- Nyan Progress Bar - Pretty progress bars for IJ based IDEs.
- Presentation Assistant - This plugin shows name and Win/Mac shortcuts of any action you invoke.
- Shadow Models - Shadow Models is an incremental transformation framework
- skadi gist - Share MPS code snippets via the browser.
- Text Generator Plugin - Alternative Textgen for JetBrains MPS using the standard model to model generation mechanisms.
- Grammar Cells - An extension to the editor language of MPS. It will help you to create consistent and well-behaving textual notations in MPS with no effort.
-
-
[Built with MPS](#built-with-mps)
-
IDEs
- FBME - FBME (Function Blocks Modelling Environment) is an IDE for IEC 61499 standard built on top of JetBrains MPS language workbench.
- mbeddr - An extensible C implementation in MPS to support embedded software development.
- PeoPL - A full IDE build upon MPS to manage Software Product Lines.
- Dutch Tax Office - Domain-specific languages to implement Dutch tax legislation and process changes of that legislation.
- Hardella IDE - Smart programming environment for PLC
- MetaR - A IDE for R for people with limited computer science background.
-
Languages
- ANTLR_MPS - An ANTLR language for MPS, and the ToMPS language to help create MPS languages and ANTRL visitors from an ANTLR 4 grammar.
- CsBaseLanguage - An implementation of the C# 5.0 language.
- DclareForMPS - Support for the dclare engine in MPS.
- D-Flat - C# language implementation prototype for JetBrains MPS.
- ecmascript4mps - ECMAScript language implementation for JetBrains MPS.
- FormatsDSL - A DSL to describe formats and generate loaders.
- mbeddr.cpp - C++ language implementation prototype for JetBrains MPS, built as an extension on mbeddr.core (C language).
- MPS JSON Language - A JSON implementation for MPS.
- iets3 - Base language for system modelling and specification including basics abstractions for components, expression, variability, etc.
- Physics - A physical simulation description language built with MPS.
- Voice Menu - A voice menu language and a Java simulator built using JetBrains MPS.
- PlantUML - Language for PlantUML models, also useful to generate PlantUML diagrams from custom DSL.
- Web languages - a collection of Web-centric, partial language implementations: JSON, JSON Schema, WSDL, XSD, SVG, CSS.
-
Other projects
- MPSServer - A tool to make MPS accessible remotely.
- mpsZooKeeper.sh - Helper script to generate an isolated configuration prefix for isolated MPS instances.
- WebEditKit - This is a framework for creating projectional editors which interact with JetBrains MPS.
- Modelix - Modelix is a open source platform that aims to bring modeling on the web.
- MPS CodeRules - New typesystem from JetBrains for MPS. Uses logic programming.
- MPS Platform Docs - This website collects practical knowledge about MPS and popular MPS platforms.
- Skadi Cloud - An experiment with Projector to put JetBrains MPS into the browser.
-
-
[Learning MPS](#learning-mps)
-
[Tutorials / Courses](#Courses)
- mps-tips - Collection of tips and tricks about the MPS ecosystem which might be useful to someone.
- Learn MPS - Browse top resources, improve your MPS skills, and connect with the community.
- Creating a simple language using JetBrains MPS - The objective of this project is to construct a language to define mindmaps.
- Fast track tutorial - level overview in 10 steps, covering all aspects of MPS at a high level.
- HeayMeta.tv - A complete MPS tutorial to build your first language by @coolya with lots background information on language design.
- MPS tutorials - Official tutorials and cookbooks for MPS.
- MPS Office Hours - A weekly one-hour Zoom meeting where you can share your screen and get help.
-
[Books and User Guides](#Guides)
- Deployment options for MPS
- Domain-Specific Languages in Practice with JetBrains MPS - Provides an overview of the domain of language workbenches and examples in both industrial applications and research projects.
- DSL Engineering - Contains a detailed discussion of the concepts behind MPS in its Part III on language implementation.
- The MPS Language Workbench - Introduction to the JetBrains MPS language workbench and a complete reference manual.
- MPS User Guide
-
-
[Community](#community)
-
[Medium](#medium)
-
[Twitter](#twitter)
-
[Slack](#slack)
-
[Websites](#websites)
- DSLFoundry - DSLFoundry blog: howtos and articles about practical MPS usage.
- F1RE - A blog focus on the model driven software engineering domain.
- languageengineering.io - A blog focused in language engineering with many examples implemented using MPS.
- log verbose - The repositor owner's own blog posts on MPS.
- Official Website
- Specific Languages - Specific Languages blog: articles about practical MPS usage.
- Strumenta - Strumenta blog: articles about MPS and language engineering in general.
-
-
[Research](#research)
-
[Papers](#papers)
- Classification Algorithms Framework (CAF) to Enable Intelligent Systems Using JetBrains MPS Domain-Specific Languages Environment
- JetBrains MPS as Core DSL Technology for Developing Professional Digital Printers
- Using Language Workbenches and Domain-Specific Languages for Safety-critical Software Development
- The Design, Evolution and Use of KernelF - kernelf.pdf)
- Domain-Specific Languages for Efficient Satellite Control Software Development
- Using C Language Extensions for Developing Embedded Software - A Case Study
- Automated Testing of DSLs Implementations: Experiences from Building mbeddr
- Lessons Learned from Developing mbeddr - A Case Study in Language Engineering with MPS
- IncA: A DSL for the Definition of Incremental Program Analyses
- An Extensible Framework for Variable-Precision Data-Flow Analyses in MPS
- Towards Usable Projectional Editors
- Taming the Software Development Complexity with Domain Specific Languages
-
Talks / Videos
- GeeCON Prague 2017: why modern language workbenches matter - Talk by Vaclav Pech about MPS.
- ieeeComputerSociety episode 126 - Jetbrains MPS with Konstantin Solomatov
- MPS Talk Series 2021 - The MPS Talk Series was a free virtual event organized by JetBrains and itemis that took place in February 2021.
- JetBrains MPS as a Tool for Extending Java
- JetBrains TV MPS Playlist - Official videos by JetBrains on MPS.
-
Programming Languages
Categories
Sub Categories
Keywords
jetbrains-mps
14
mps
4
rule-based
1
reactive
1
declarative
1
mbeddr
1
embedded
1
c
1
projectional-editor
1
iec61499
1
reviewer
1
bitbucket
1
projection-editor
1
generator
1
editor-plugin
1
guide
1
documentation
1
best-practices
1
ktor-server
1
tests-coverage
1
models-mutation-and-synthesis
1
linting-models
1
language-architecture
1
deprecation-management
1
clones-detection
1
rcp
1
gradle-plugin
1
gradle
1
dmg
1
build-tool
1
build
1
tips-and-tricks
1
cpp
1
dsl
1
csharp
1
rules
1