Uses of Interface
io.github.protasm.jvmud.compiler.parser.parselet.InfixParselet
Packages that use InfixParselet
Package
Description
Core parser for LPC, producing AST structures from token streams.
Pratt parser building blocks for LPC expressions.
-
Uses of InfixParselet in io.github.protasm.jvmud.compiler.parser
Methods in io.github.protasm.jvmud.compiler.parser that return InfixParseletConstructors in io.github.protasm.jvmud.compiler.parser with parameters of type InfixParseletModifierConstructorDescriptionParseRule(PrefixParselet prefix, InfixParselet infix, int precedence) -
Uses of InfixParselet in io.github.protasm.jvmud.compiler.parser.parselet
Classes in io.github.protasm.jvmud.compiler.parser.parselet that implement InfixParseletModifier and TypeClassDescriptionclassclassclassclassParses postfix increment/decrement expressions after a mutable target.final classclass