Crate lua_ir

source

Structs§

Enums§

Type Aliases§

  • type alias for lua float type.
  • type alias for lua integer type.
  • The type of a label in the program. It is actually usize, we just use this type alias to make the code more readable, and distinguish it from other usize like index of instructions.