factorio-ir 0.4.0

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

pub mod debug;
pub mod span;