InfixBangParser

object InfixBangParser : InfixParselet<TokenType, Node>

Functions

parse
Link copied to clipboard
open override fun parse(ctx: ParserContext<TokenType, Node>, left: Node, token: Token<TokenType>): Node

Properties

precedence
Link copied to clipboard
open override val precedence: Int