Meta Programming System 2.0 After several milestones, the long-awaited second version of MPs is now finally available to the public! The main highlights of 2.0 are:
• Support for the creation of a standalone language customization IDE
• Improve the type system plus the computational power of the tracking type
• Scripting and custom build processes
• Redesigned user interface incorporating different versions, more secure and intuitive
• Smart paste code from Java
• Data Flow Analyzer language and so on
Download Address:
Windows:http://download.jetbrains.com/mps/mps-2.0.exe
Mac OS X:http://download.jetbrains.com/mps/mps-2.0-macos.zip
Linux:http://download.jetbrains.com/mps/mps-2.0.tar.gz
About MPs
MPs is a professional software development environment for creating custom languages and extending existing languages, and MPs provides a set of tools for defining language type systems, constraints, and generators. At the same time, MPs is also a development tool for creating specific languages in Domain specific Languages (DSLs). Even domain experts who are unfamiliar with programming can use MPs-created DSL.
The main goal of MPs is to make it as simple as possible to create new languages and extend existing languages. Its advanced properties can define the type system of the language, system-specific parameters and proprietary editors used to create new, powerful, Easy-to-use languages. MPs uses productive implementations: language can be described at a high level, MPs generates code that can be compiled in other languages, especially Java.