scallion
scallion
API
scallion
util
Unfolds
visualization
Grammars
grammars
Epsilon
Grammar
NonTerminal
Rule
Symbol
Terminal
Graphs
graphs
Debug
Enumeration
Enumerator
Operators
Associativity
LeftAssociative
Level
LevelDecorator
RightAssociative
PairDecorator
Parsers
Parsing
Conflict
FirstConflict
FollowConflict
NullableConflict
Conflict
ConflictException
ParseResult
Parsed
Parser
Parser
Properties
UnexpectedEnd
UnexpectedToken
PrettyPrinting
PrettyPrinter
PrettyPrinter
Syntaxes
Implicits
SafeImplicits
Skip
Syntax
Binary
Disjunction
Elem
Failure
Marked
Recursive
Recursive
Sequence
Success
Transform
Unary
Syntax
Uninteresting
UnsafeImplicits
~
scallion
/
scallion
/
Syntaxes
/
Syntax
/
Binary
Binary
scallion.Syntaxes.Syntax.Binary
sealed
trait
Binary
[
A
,
B
]
Binary combinator.
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
Disjunction
[
A
]
class
Sequence
[
A
,
B
]
Self type
Syntax
[
_
]
Members list
Clear all
Grouped members
subsyntax
def
left
:
Syntax
[
A
]
The left-hand side syntax.
The left-hand side syntax.
Attributes
def
right
:
Syntax
[
B
]
The right-hand side syntax.
The right-hand side syntax.
Attributes
In this article
Attributes
Members list
Grouped members