luaur-bytecode 0.1.3

Luau bytecode format and builder (Rust).
Documentation
1
2
3
4
5
6
7
8
pub mod bc_edges;
pub mod bc_ops;
pub mod comp_time_bc_function;
pub mod instruction;
pub mod jumps;
pub mod producers;
pub mod reg;
pub mod reg_map;