Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- LuaAnalysis
Cache - LuaBackend
- Lua code generation backend.
- LuaCache
Entry - LuaClass
- A Lua class emulated via metatables.
- LuaConstant
Folding Helper - LuaDep
Graph - LuaDominator
Tree - LuaExt
Cache - Analysis cache for LuaExt.
- LuaExt
Config - A generic key-value configuration store for LuaExt.
- LuaExt
Const Folder - Constant folding helper for LuaExt.
- LuaExt
DepGraph - Dependency graph for LuaExt.
- LuaExt
Diag Collector - Collects LuaExt diagnostics.
- LuaExt
Diag Msg - A diagnostic message from a LuaExt pass.
- LuaExt
DomTree - Dominator tree for LuaExt.
- LuaExt
Emit Stats - Emission statistics for LuaExt.
- LuaExt
Event Log - A fixed-capacity ring buffer of strings (for recent-event logging in LuaExt).
- LuaExt
Features - A feature flag set for LuaExt capabilities.
- LuaExt
IdGen - A monotonically increasing ID generator for LuaExt.
- LuaExt
Incr Key - Heuristic freshness key for LuaExt incremental compilation.
- LuaExt
Liveness - Liveness analysis for LuaExt.
- LuaExt
Name Scope - Tracks declared names for LuaExt scope analysis.
- LuaExt
Pass Config - Configuration for LuaExt passes.
- LuaExt
Pass Registry - Pass registry for LuaExt.
- LuaExt
Pass Stats - Statistics for LuaExt passes.
- LuaExt
Pass Timing - Pass-timing record for LuaExt profiler.
- LuaExt
Profiler - Pipeline profiler for LuaExt.
- LuaExt
Source Buffer - A text buffer for building LuaExt output source code.
- LuaExt
Version - A version tag for LuaExt output artifacts.
- LuaExt
Worklist - Worklist for LuaExt.
- LuaFunction
- A named Lua function definition.
- LuaLiveness
Info - LuaModule
- A complete Lua module / script.
- LuaPass
Config - LuaPass
Registry - LuaPass
Stats - LuaWorklist
Enums§
- LuaExpr
- Lua expression AST node.
- LuaExt
Diag Severity - Severity of a LuaExt diagnostic.
- LuaExt
Pass Phase - Pass execution phase for LuaExt.
- LuaPass
Phase - LuaStmt
- Lua statement AST node.
- LuaTable
Field - A single field in a Lua table constructor.
- LuaType
- Lua type representation (runtime tags + structural hints).