don't use labeled statements in example for now
This commit is contained in:
parent
771eb31d3f
commit
666c695c63
3 changed files with 5 additions and 4 deletions
|
|
@ -191,6 +191,7 @@ evalScope(
|
|||
},
|
||||
);
|
||||
|
||||
// TBD: use transpiler to support labeled statements
|
||||
export const queryCode = async (code, cycles = 1) => {
|
||||
const { pattern } = await evaluate(code);
|
||||
const haps = pattern.sortHapsByPart().queryArc(0, cycles);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue