parseExpression

abstract fun parseExpression(precedence: Int = 0): E

Parses the expression using this parser's grammar.

open fun Grammar<T, K, E>.parseExpression(precedence: Int = 0): E

Parses the expression using another grammar.