Package com. github. adriantodt. lin. parser. parselets. operations
Types
Binary Operator Parser
Link copied to clipboard
class BinaryOperatorParser(precedence: Int, operator: BinaryOperationType, leftAssoc: Boolean) : InfixParselet<TokenType, Node>
Content copied to clipboard
Unary Operator Parser
Link copied to clipboard
class UnaryOperatorParser(operator: UnaryOperationType) : PrefixParselet<TokenType, Node>
Content copied to clipboard