scala / scala-parser-combinators

simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module
Apache License 2.0
656 stars 131 forks source link

Cannot parse regular expression that should work #544

Closed wuweiran closed 8 months ago

wuweiran commented 9 months ago

This regex "'" ~ """([^']|(\\[bfnrt']))*""" ~ "'" should match things like 'abc\'', but can't. image image