Uses of Interface
org.kink_lang.kink.internal.compile.javaclassir.LetRecGenerator
Packages that use LetRecGenerator
Package
Description
Intermediate representation before JVM byte code compilation.
-
Uses of LetRecGenerator in org.kink_lang.kink.internal.compile.javaclassir
Classes in org.kink_lang.kink.internal.compile.javaclassir that implement LetRecGeneratorModifier and TypeClassDescriptionclassGenerates letrec within fast fun.classGenerates letrec within slow fun.Constructors in org.kink_lang.kink.internal.compile.javaclassir with parameters of type LetRecGeneratorModifierConstructorDescriptionInsnsGenerator(Vm vm, String programName, String programText, BindingGenerator bindingGen, LvarAccessGenerator lvarAccGen, MakeFastFunGenerator makeFastFunGen, LetRecGenerator letRecGen, ControlGenerator controlGen, KeyStrSupplier keySup, TraceAccumulator traceAccum, ProgramCounterSupplier pcSup, ChildJcirAccumulator jcirAccum) Constructs a generator.