replace groove with struct

+ delete groove
This commit is contained in:
Felix Roos 2022-02-22 20:47:55 +01:00
parent 413d401567
commit 9170eadbb0
5 changed files with 18 additions and 32 deletions

View file

@ -340,6 +340,3 @@ function getLocationObject(node, locations) {
};
}
// TODO: turn x.groove['[~ x]*2'] into x.groove('[~ x]*2'.m)
// and ['c1*2'].xx into 'c1*2'.m.xx ??
// or just all templated strings?? x.groove(`[~ x]*2`)