scala-parser-combinators icon indicating copy to clipboard operation
scala-parser-combinators copied to clipboard

ParseResult and its subtype are members of scala.util.parsing.combinator.Parsers

Open jm-g opened this issue 5 years ago • 1 comments

ParseResult and its subtype are members of scala.util.parsing.combinator.Parsers. Why? This limits the ability to write code using ParseResult without any added benefit as far as I can see.

E.g. I would like to define a scalatest Matcher. I have to wrap it now into a scope, parameterized by a Parsers instance or I have to redefine the Matcher in every test case.

jm-g avatar Aug 19 '19 07:08 jm-g

it wouldn't surprise me if it's for no reason

SethTisue avatar Aug 19 '19 15:08 SethTisue