lunir 0.2.0

A universal intermediate representation oriented towards Lua.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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**.