started work on c compiler

This commit is contained in:
2025-11-14 23:36:51 +00:00
parent 2582ad10fa
commit fd5b305576
10 changed files with 1870 additions and 1 deletions
Generated
+4
View File
@@ -539,6 +539,10 @@ version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
[[package]]
name = "c_compiler"
version = "0.2.0"
[[package]]
name = "calloop"
version = "0.13.0"