]> rethought.computer Git - sorel-lang.git/commit
more cleanup and organizing
authorBryan English <bryan@rethought.computer>
Mon, 16 Feb 2026 03:45:43 +0000 (22:45 -0500)
committerBryan English <bryan@rethought.computer>
Mon, 16 Feb 2026 03:45:56 +0000 (22:45 -0500)
commit9f36a6e7412af41931a04eb54829b11c62a8fed0
tree146540b5f3211692892f48871bb6784fafd4dc0c
parent00fb519b66f9b3746694e8d9f75d16b722822e86
more cleanup and organizing
Cargo.lock
Cargo.toml
sorel-codegen/Cargo.toml [new file with mode: 0644]
sorel-codegen/src/lib.rs [new file with mode: 0644]
sorel-codegen/src/riscv64_asm.rs [new file with mode: 0644]
sorelc/Cargo.toml
sorelc/src/import_tree.rs [new file with mode: 0644]
sorelc/src/ir.rs [deleted file]
sorelc/src/main.rs
sorelc/src/riscv_asm_codegen.rs [deleted file]