mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-01 21:37:42 -04:00
fix: lint
This commit is contained in:
@@ -17,7 +17,7 @@ export class MondoParser {
|
||||
open_seq: /^\[/,
|
||||
close_seq: /^\]/,
|
||||
number: /^-?[0-9]*\.?[0-9]+/, // before pipe!
|
||||
op: /^[*\/:]|^\.{2}/, // * / : ..
|
||||
op: /^[*/:]|^\.{2}/, // * / : ..
|
||||
pipe: /^\./,
|
||||
stack: /^[,$]/,
|
||||
plain: /^[a-zA-Z0-9-~_^]+/,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { strudelScope, reify, fast, slow } from '@strudel/core';
|
||||
import { strudelScope, reify, fast, slow, seq } from '@strudel/core';
|
||||
import { registerLanguage } from '@strudel/transpiler';
|
||||
import { MondoRunner } from '../mondo/mondo.mjs';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user