parsley.token.descriptions.EscapeDesc
See theEscapeDesc companion class
This object contains default implementations of the EscapeDesc
class, which align with different languages or styles.
Attributes
-
Since
-
4.0.0
-
Companion
-
class
-
Source
-
TextDesc.scala
-
Graph
-
-
Supertypes
-
trait Product
trait Mirror
class Object
trait Matchable
class Any
-
Self type
-
Members list
The names of the product elements
The names of the product elements
Attributes
-
Inherited from:
-
Mirror
-
Source
-
Mirror.scala
This description of escape sequences is compliant with the Haskell Report.
This description of escape sequences is compliant with the Haskell Report.
Attributes
-
Since
-
4.0.0
-
Source
-
TextDesc.scala
This is a minimal description of escape characters with the only supported sequence as \\
.
This is a minimal description of escape characters with the only supported sequence as \\
.
escBegin = '\\'
literals = Set('\\')
mapping = Map.empty
decimalEscape = NumericEscape.Illegal
hexadecimalEscape = NumericEscape.Illegal
octalEscape = NumericEscape.Illegal
binaryEscape = NumericEscape.Illegal
emptyEscape = None
gapsSupported = false
Attributes
-
Since
-
4.0.0
-
Source
-
TextDesc.scala