Files
RustAst/src/ast/compiler/optimizer
Brummel 78813e7197 Refactor: Optimize block handling in optimizer
The optimizer now correctly handles empty blocks by collapsing them into
Nop nodes. It also unwraps blocks containing a single expression, making
the AST more concise. This change improves AST simplification by
ensuring that redundant block structures are removed.
2026-03-26 13:44:38 +01:00
..
2026-03-25 18:36:53 +01:00
2026-02-25 21:26:12 +01:00
2026-03-23 10:22:12 +01:00