Hello
V8 crashes when trying to use following grammar:
test 'test'
= ss:'aa'|1..8,((_+'.'_+)/(_+','_+))|{
return ss
}
_ "whitespace"
= [ \t\n\r]* {
return ''
}
my node: v18.7.0
chrome: Version 110.0.5481.177 (Official Build) (64-bit)
I suspect that crash happens upon successful mach.

@Mingun