factorio-ir 0.1.0

Intermediate representation for factorio-rs Rust-to-Lua transpilation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod block;
pub mod debug;
pub mod expression;
pub mod function;
pub mod literal;
pub mod locale;
pub mod module;
pub mod operator;
pub mod prune;
pub mod scope;
pub mod stage;
pub mod statement;
pub mod structure;
pub mod r#type;