tartar
/
com.github.adriantodt.tartar.api.parser
/
ParserContext
/
parseExpression
common
parse
Expression
abstract fun
parseExpression
(precedence:
Int
= 0):
E
Content copied to clipboard
Parses the expression using this parser's grammar.
open fun
Grammar
<
T
,
E
>.
parseExpression
(precedence:
Int
= 0):
E
Content copied to clipboard
Parses the expression using another grammar.