mondo: support ! and @, also express seq and cat with stepcat
This commit is contained in:
parent
d2e93a99f1
commit
432e8dcccc
2 changed files with 10 additions and 2 deletions
|
|
@ -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-~_^]+/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue