tartar
/
com.github.adriantodt.tartar.impl
/
PrefixParserImpl
common
Prefix
Parser
Impl
class
PrefixParserImpl
<
T
,
E
>(block:
PrefixFunction
<
T
,
E
>) :
PrefixParser
<
T
,
E
>
Content copied to clipboard
Functions
Functions
parse
Link copied to clipboard
common
open override fun
parse
(parser:
ParserContext
<
T
,
E
>, token:
Token
<
T
>):
E
Content copied to clipboard
This prefix parser's parsing implementation.