mondough: interpret &
This commit is contained in:
parent
3dc9b3524c
commit
b7fa440bda
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import {
|
|||
chooseIn,
|
||||
degradeBy,
|
||||
silence,
|
||||
e,
|
||||
} from '@strudel/core';
|
||||
import { registerLanguage } from '@strudel/transpiler';
|
||||
import { MondoRunner } from 'mondolang';
|
||||
|
|
@ -40,6 +41,7 @@ lib['!'] = extend;
|
|||
lib['@'] = expand;
|
||||
lib['%'] = pace;
|
||||
lib['?'] = degradeBy; // todo: default 0.5 not working..
|
||||
lib['&'] = (a, b) => a.e(b);
|
||||
lib[':'] = tail;
|
||||
lib['..'] = range;
|
||||
lib['def'] = () => silence;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue