Uses of Interface
io.github.protasm.jvmud.compiler.parser.parselet.PrefixParselet
Packages that use PrefixParselet
Package
Description
Core parser for LPC, producing AST structures from token streams.
Pratt parser building blocks for LPC expressions.
-
Uses of PrefixParselet in io.github.protasm.jvmud.compiler.parser
Methods in io.github.protasm.jvmud.compiler.parser that return PrefixParseletConstructors in io.github.protasm.jvmud.compiler.parser with parameters of type PrefixParseletModifierConstructorDescriptionParseRule(PrefixParselet prefix, InfixParselet infix, int precedence) -
Uses of PrefixParselet in io.github.protasm.jvmud.compiler.parser.parselet
Classes in io.github.protasm.jvmud.compiler.parser.parselet that implement PrefixParseletModifier and TypeClassDescriptionclassfinal classclassclassclassclassfinal classclassfinal classclassParses prefix unary operators, including mutating increment and decrement targets.