This commit is contained in:
Felix Roos 2022-02-18 11:13:19 +01:00
parent f95f181301
commit 57d85ee7de
3 changed files with 73 additions and 2 deletions

View file

@ -24,3 +24,7 @@ export default (code) => {
});
return codegen(shifted);
};
// 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`)