pub fn decompile(data: &[u8]) -> Result<ParseResult, String>Expand description
Decompile a .synxb binary back into a ParseResult.
pub fn decompile(data: &[u8]) -> Result<ParseResult, String>Decompile a .synxb binary back into a ParseResult.