Lexer

slyce.parse.Lexer$
See theLexer companion class
object Lexer

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Lexer.type

Members list

Type members

Classlikes

final case class State[Tok](id: Int, on: Char => Option[State[Tok]], yields: Option[Yields[Tok]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object State

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type
final case class Yields[Tok](yields: List[Yield[Tok]], toMode: ToMode[Tok])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Yields

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Yields.type
object tokenize

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
tokenize.type