factorio-ir 0.1.1

Intermediate representation for factorio-rs Rust-to-Lua transpilation
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct FunctionDebug {
    pub header_comment: String,
    pub return_type: Option<String>,
}

#[derive(Debug, Clone, PartialEq, Eq)]
pub struct StructDebug {
    pub header_comment: String,
}