parsley.token.names
package parsley.token.names
Members list
Type members
Classlikes
This class defines a uniform interface for defining parsers for user-defined names (identifiers and operators), independent of how whitespace should be handled after the name.
This class defines a uniform interface for defining parsers for user-defined names (identifiers and operators), independent of how whitespace should be handled after the name.
Attributes
- Since
-
4.0.0
- Note
-
implementations of this class found within
Lexer
may employ sharing and refine thedef
s in this class intoval
orlazy val
when overriding. - Source
- Names.scala
- Supertypes
-
class Objecttrait Matchableclass Any
In this article