# LUNIR
The Lua Universal Intermediate Representation, designed to facilitate easy compilation to and decompilation from any Lua 5.x or Luau bytecode formats.
[![MIT licensed][mit-badge]][mit-url]
[![Build][build-badge]][build-url]
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/lunir-project/lunir/blob/main/LICENSE
[build-badge]: https://github.com/lunir-project/lunir/actions/workflows/rust.yml/badge.svg
[build-url]: https://github.com/lunir-project/lunir/actions/workflows/rust.yml
## MSRV
The Minimum Supported Rust Version for this crate is **1.58.1**.