Module org.kink_lang.kink
Package org.kink_lang.kink
The core package of the Kink vm.
-
Interface Summary Interface Description VarMapping Interface of variable mappings. -
Class Summary Class Description BindingHelper The helper class of local binding vals.BindingVal A local binding val.BinHelper The helper for bin vals.BinVal A bin val, which represents an immutable array of bytes.BoolHelper The helper for bool vals.ComponentRegistry The component registry of the VM.FunHelper A helper for funs.FunVal A fun val.HostResultCore The core of the result of a host call.JavaHelper The helper ofJavaVal
s.JavaVal A java val.LocHelper The helper for locs.LocVal A trace location, which is a part of a trace entry.NumHelper The helper for num vals.NumVal A num val.StrHelper The helper of str vals.StrVal A str val.SymRegistry The bidirectional registry of syms and sym-handles.TraceHelper The helper for traces.TraceVal A trace.Val A Kink value or val.VarMappingFactory The factory of VarMapping instances.VarrefHelper The helper for varref vals.VarrefVal A varref val.VecHelper The helper of vec vals.VecVal A vec val.Vm A Kink vm.