factorio-ir 0.5.0

Intermediate representation for factorio-rs Rust-to-Lua Factorio mod transpilation
Documentation
1
2
3
4
5
//! Source locations and debug metadata attached to IR nodes.

pub mod debug;
pub mod origin;
pub mod span;