📄️ XVR AOT Compiler
The XVR language uses an AOT (Ahead-of-Time) compiler that generates native executables via LLVM IR.
📄️ SECD
SECD = state, environment, control, dump
📄️ Bytecode formats
Four component in header
📄️ Print Handler
In the XVR AOT compiler, printing is provided via std::print() from the standard library.
📄️ Standard Library
XVR provides a standard library for common operations. The stdlib is located in lib/std/.