small (mu == micro) collection of software components with which to build Modelling Language Engineering (MLE) tools.

Joeri Exelmans 40552b8dcf Implement PlantUML generation for class diagrams 11 months ago
bootstrap 4160a8953e Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 11 months ago
experiments 40552b8dcf Implement PlantUML generation for class diagrams 11 months ago
framework ec1a9dbfca replace everywhere: 'is [not] None' -> '(==|!=) None' 11 months ago
pattern_matching 89b7c83440 Hacked together graph rewriter 11 months ago
renderer 40552b8dcf Implement PlantUML generation for class diagrams 11 months ago
services 40552b8dcf Implement PlantUML generation for class diagrams 11 months ago
state 4160a8953e Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 11 months ago
transformation 40552b8dcf Implement PlantUML generation for class diagrams 11 months ago
util 4160a8953e Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 11 months ago
.gitignore 046266bfa4 Implemented State 4 years ago
README.md 046266bfa4 Implemented State 4 years ago
requirements.txt bf88f57b16 forgot to change dependency spec 11 months ago
state.p 5e28a8d108 Missing files and requirements 3 years ago

README.md

MV2

This repository contains the code for my take on (a part of) the Modelverse for my Master's thesis.

Development packages

Some packages were used during development, but are not needed for succesful runtime (e.g. linter, autoformatter). These can be found under requirements_dev.txt.

Mandatory packages

Python packages required to succesfully run/test the code in this repository can be found under requirements.txt.