unluac 1.1.1

Multi-dialect Lua decompiler written in Rust.
Documentation
1
2
3
4
5
//! 这个模块承载 Lua 5.4 dialect 的 transformer 细节。

mod lower;

pub(crate) use lower::lower_chunk;