Uses of Interface
org.kink_lang.kink.internal.program.itree.ItreeWithRhs
Packages that use ItreeWithRhs
Package
Description
Itree (intermediate tree) representation of Kink programs.
Provides optimizers of itrees.
-
Uses of ItreeWithRhs in org.kink_lang.kink.internal.program.itree
Classes in org.kink_lang.kink.internal.program.itree that implement ItreeWithRhsModifier and TypeClassDescriptionfinal recordItree of an args passing in the form[:X [:A :B] :Y] <- Rhs.final recordAssignment in the form[:A :B :C.opt :D.opt] <- xxx. -
Uses of ItreeWithRhs in org.kink_lang.kink.internal.program.itreeoptimize
Classes in org.kink_lang.kink.internal.program.itreeoptimize with type parameters of type ItreeWithRhsModifier and TypeClassDescriptionclassTemplateArgsPassingOptimizer<S extends ItreeWithRhs,D extends Itree> Converts an assignment to args passing.