feat: LIR backend replaces direct HIR→C emission (v0.3.0)

- 42 LIR instructions in bootstrap/lir.nim

- HIR→LIR lowering in bootstrap/lir_lower.nim

- LIR→C emission with full struct/enum/vtable support

- All 22 examples + 5 Nim unit tests passing

- Updated README status and backend description
This commit is contained in:
2026-06-06 18:55:59 +03:00
parent aff03ffb5a
commit 62a9c8b84a
6 changed files with 1507 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
# Compiled binary
buxc
buxc_lir
src/main
# Nim cache