Module org.kink_lang.kink
Class BindingCaptureFastFunCompiler
java.lang.Object
org.kink_lang.kink.internal.compile.javaclassir.BindingCaptureFastFunCompiler
Compiles binding-capture fast funs.
-
Constructor Summary
ConstructorDescriptionBindingCaptureFastFunCompiler
(Vm vm, String programName, String programText) Constructs a compiler. -
Method Summary
-
Constructor Details
-
BindingCaptureFastFunCompiler
Constructs a compiler.- Parameters:
vm
- the vm.programName
- the name of the program.programText
- the text of the program.
-
-
Method Details
-
compile
Compiles the fun.- Parameters:
fun
- the fun to compile.- Returns:
- jcir.
-