parsley.token.symbol
package parsley.token.symbol
Members list
Type members
Classlikes
This class provides implicit functionality to promote string literals into tokens.
This class provides implicit functionality to promote string literals into tokens.
Attributes
- Since
-
4.0.0
- Source
- Symbol.scala
- Supertypes
-
class Objecttrait Matchableclass Any
This class defines a uniform interface for defining parsers for basic symbols, independent of how whitespace should be handled after the symbol.
This class defines a uniform interface for defining parsers for basic symbols, independent of how whitespace should be handled after the symbol.
Attributes
- Source
- Symbol.scala
- Supertypes
-
class Objecttrait Matchableclass Any
In this article