Precedence

laika.bundle.Precedence
See thePrecedence companion object
sealed trait Precedence

Indicates whether a parser should be applied before the base parsers of the host language (high precedence) or after them (low precedence).

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object High.type
object Low.type

Members list

Concise view