From ce4bc91c11cf7f29d81d77e262f9bd72bef6724a Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 16 Jun 2026 11:24:48 +0200 Subject: [PATCH] Add factorio IR idea --- README.md | 1 + projects/software/ir-for-factorio.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 projects/software/ir-for-factorio.md diff --git a/README.md b/README.md index daf7e72..d847c97 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Name | Status | Blog Entries [Teamspeak Whitegirl Music](./projects/software/teamspeak-whitegirl-music.md) | - | - [Distributed Build System for Lean4](./projects/software/lean-distributed-builds.md) | - | - [Financial Tracker](./projects/software/financial-tracker.md) | - | - +[IR for Factorio](./projects/software/ir-for-factorio.md) | - | - ## Hardware Projects Name | Status | Blog Entries diff --git a/projects/software/ir-for-factorio.md b/projects/software/ir-for-factorio.md new file mode 100644 index 0000000..c20749b --- /dev/null +++ b/projects/software/ir-for-factorio.md @@ -0,0 +1,3 @@ +# IR for Factorio +I would like to have an intermediate representation for a factorio blueprint. +This would need both a text based representation as well as a rust crate for parsing and handling this IR