Rename matcher modules to make more sense

This commit is contained in:
Joeri Exelmans 2024-11-13 11:10:31 +01:00
parent 42757ddc4f
commit 1845c3deb9
6 changed files with 15 additions and 10 deletions

View file

@ -2,7 +2,7 @@
from concrete_syntax.textual_od.parser import parse_od
from transformation.rule import Rule, RuleMatcherRewriter, PriorityActionGenerator
from transformation.matcher.mvs_adapter import match_od
from transformation.matcher import match_od
from util import loader
import os