Tiny (meta-)modeling framework
Find a file
2024-11-13 10:07:16 +01:00
api fix bug 2024-11-11 18:56:34 +01:00
bootstrap (WIP) implementing CBD language... Meta-meta-model: Association inherits from Class. Matcher accepts pivot. Add generic graphviz renderer. 2024-11-07 09:46:29 +01:00
concrete_syntax CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
examples add examples 2024-11-13 10:07:16 +01:00
framework Make OD-API for consistent for constraints, LHS patterns, RHS actions. 2024-11-07 11:05:06 +01:00
services CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
state BIG speedup by caching the *set* of edge targets for a given key 2024-10-28 17:11:55 +01:00
transformation add examples 2024-11-13 10:07:16 +01:00
util add examples 2024-11-13 10:07:16 +01:00
.gitignore Update gitignore 2024-10-29 23:49:30 +01:00
README.md Implemented State 2021-08-11 14:55:13 +02:00
requirements.txt fix requirements.txt 2024-10-09 10:03:13 +02:00

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.