parseExpression

fun parseExpression(scanner: S, context: C, precedence: Int = -1): R

Parser an expression from the given tokenizer. Leftover tokens will be ignored and may be handled by the caller.