Lua bytecode and virtual machine

  • The Lua compiler luac converts Lua code to bytecode
  • The Lua interpreter runs the bytecode

For those that are interested here are some references to explore References