factorio-ir 0.5.0

Intermediate representation for factorio-rs Rust-to-Lua Factorio mod transpilation
Documentation
1
2
3
4
5
6
//! Collect item references from IR functions and expressions for reachability.

mod resolve;
mod walk;

pub use walk::{collect_references_from_expression, collect_references_from_function};