I was wondering if the standard Scala parser compiler contains a parser that accepts the same identifiers as the Scala language itself (as stated in the Scala Language Specification, section 1.1).
The StdTokenParsers element has an ident parser, but it rejects identifiers such as empty_? .
(If there really is no such parser, I could just instantiate the Scala analyzer itself, but that would not be so easy.)
scala parsing
Mirko stocker
source share