Myst::Lexer::Context
Inherits Enum / Comparable / Value / Object
Constants
NORMAL = 0
Normal functioning context of the lexer.
STRING = 1
Context inside of a double quote string.
STRING_INTERP = 2
Context inside of an interpolation within a string.
Inherits Enum / Comparable / Value / Object
Normal functioning context of the lexer.
Context inside of a double quote string.
Context inside of an interpolation within a string.