This repository contains tooling for reading MPS models from command line - without having to start an MPS instance.
- A Gradle plugin for reading MPS files and building an object model - here.
- A Python library for reading MPS files and building an object model - here.
- A Typescript library for reading MPS files and building an object model - here.
- A Rust library for reading MPS files and building an object model - here.
mps-cli-gradle-plugin- the gradle plugin to read MPS modelsmps-cli-py- a Python library to read MPS modelsmps-cli-ts- a Typescript library to read MPS modelsmps-cli-ts- a Rust library to read MPS modelsdemos- examples for the use of the MPS-CLI toolinggradle-plugin-use- example of the use of themps-cli-gradle-pluginjupyter-notebook- example of the use of themps-cli-pylibrary in a Jupyter Notebook
mps_test_projects- MPS project containing language definitions and models used as test-data for the MPS-cli tools