comptime-ll1-parser-gen
comptime-ll1-parser-gen
API
ll1compiletime
ParsingResult
ParsingResult
ParsedSuccessfully
ParsedSuccessfullyWithRest
UnexpectedEnd
UnexpectedToken
~
ll1compiletime.parser
ParsingTable
PartialParsingTable
PartialParsingTable
ll1compiletime.syntax
CompileTime
SyntaxDefinition
comptime-ll1-parser-gen
/
ll1compiletime
/
ParsingResult
ParsingResult
ll1compiletime.ParsingResult
See the
ParsingResult
companion object
sealed
trait
ParsingResult
[
A
]
the result of parsing
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
ParsedSuccessfully
[
A
]
class
ParsedSuccessfullyWithRest
[
A
,
Token
]
class
UnexpectedEnd
[
A
,
Kind
]
class
UnexpectedToken
[
A
,
Kind
]
Clear all
Members list
Concise view
Value members
Abstract methods
def
toType
[
B
]:
ParsingResult
[
B
]
Cast the old type
A
into the new type
B
Cast the old type
A
into the new type
B
Attributes
B
the new type to cast to