Uses of Package
io.github.protasm.jvmud.compiler.runtime
Packages that use io.github.protasm.jvmud.compiler.runtime
Package
Description
LPC-facing engine function contracts.
Built-in LPC-facing efun catalog.
Typed intermediate representation produced after semantic analysis.
Core parser for LPC, producing AST structures from token streams.
Orchestration layer for the compiler pipeline.
Compiled-LPC support runtime consumed by generated bytecode.
Semantic analysis for parsed LPC objects.
-
Classes in io.github.protasm.jvmud.compiler.runtime used by io.github.protasm.jvmud.compiler.efun
-
-
Classes in io.github.protasm.jvmud.compiler.runtime used by io.github.protasm.jvmud.compiler.ir
-
Classes in io.github.protasm.jvmud.compiler.runtime used by io.github.protasm.jvmud.compiler.parser
-
-
Classes in io.github.protasm.jvmud.compiler.runtime used by io.github.protasm.jvmud.compiler.runtimeClassDescriptionRuntime contract for LPC callable values.Encapsulates runtime state required by compiled LPC code.Runtime representation for an LPC function literal.Captures how a runtime value should be interpreted in conditional contexts.Represents the runtime type carried through IR and code generation.Describes the runtime shape for LPC values after semantic typing.
-