Cargo Features

lua_ir has no features set by default.

[dependencies]
lua_ir = { version = "0.7.1", features = ["32bit", "diag"] }
32bit

Enables 32bit of lua_semantics and lua_tokenizer

diag

Enables codespan-reporting, diag of lua_semantics and lua_tokenizer

lua_ir has 2 features without comments.