DeclareVariableParser

class DeclareVariableParser(mutable: Boolean) : PrefixParselet<TokenType, Node>

Functions

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

Properties

mutable
Link copied to clipboard
val mutable: Boolean