Package io.github.protasm.jvmud.compiler.runtime


package io.github.protasm.jvmud.compiler.runtime
Compiled-LPC support runtime consumed by generated bytecode.

Provides the active generated-code context, truthiness utilities aligned with LPC semantics, and a runtime type model that captures JVM descriptors for IR and code generation.

This package is not the JVMud engine ontology. Engine-owned world concepts such as players, sessions, personas, places, entities, scheduling, and mudlib boundaries live under io.github.protasm.jvmud.engine; compiler and LPC compatibility layers adapt into that model.