factorio-ir 0.1.8

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