Grammar

slyce.parse.Grammar$
See theGrammar companion class
object Grammar

Attributes

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

Members list

Type members

Classlikes

final case class StackElement[Tok <: Token, NT <: NonTerminal, NTRoot <: NT](elem: Either[Tok, NT], state: State[Tok, NT, NTRoot])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class State[Tok <: Token, NT <: NonTerminal, NTRoot <: NT](id: Int, onTerm: PartialFunction[List[Tok], Action[Tok, NT, NTRoot]], onNT: PartialFunction[NT, State[Tok, NT, NTRoot]])

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
object buildTree

Attributes

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