Casting, GEPs, partial LLVM backend

This commit is contained in:
Mia
2026-03-06 15:21:44 +01:00
parent 0b4f169c6f
commit bd0b619127
27 changed files with 1260 additions and 947 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[workspace]
resolver = "3"
members = ["allocators","assembly", "compiler", "interpreter", "parser"]
members = ["allocators", "assembly", "compiler", "parser", "backends/llvm"]