mondo: add .. operator

This commit is contained in:
Felix Roos 2025-03-20 09:34:47 +01:00
parent 55a5f1d62a
commit 3505732afa
No known key found for this signature in database
3 changed files with 12 additions and 2 deletions

View file

@ -17,9 +17,9 @@ export class MondoParser {
open_seq: /^\[/,
close_seq: /^\]/,
number: /^-?[0-9]*\.?[0-9]+/, // before pipe!
op: /^[*\/:]|^\.{2}/, // * / : ..
pipe: /^\./,
stack: /^[,$]/,
op: /^[*/:]/,
plain: /^[a-zA-Z0-9-~_^]+/,
};
// matches next token