]> rethought.computer Git - sorel-lang.git/commit
refactor, reorganize, clippy
authorBryan English <bryan@rethought.computer>
Sun, 15 Feb 2026 03:01:38 +0000 (22:01 -0500)
committerBryan English <bryan@rethought.computer>
Mon, 16 Feb 2026 03:19:01 +0000 (22:19 -0500)
commit00fb519b66f9b3746694e8d9f75d16b722822e86
tree67eddb793e2d534d1c30acdfd2b259eae1db1927
parent48389b39ef79c61b4106429c1e3b84a84a8a32c7
refactor, reorganize, clippy
17 files changed:
Cargo.lock
Cargo.toml
sorel-ir/Cargo.toml
sorel-ir/src/ir.rs [new file with mode: 0644]
sorel-ir/src/lib.rs
sorel-ir/src/module.rs [new file with mode: 0644]
sorel-ir/src/object.rs [new file with mode: 0644]
sorel-parser/Cargo.toml [new file with mode: 0644]
sorel-parser/src/lib.rs [new file with mode: 0644]
sorel-tokenizer/Cargo.toml [new file with mode: 0644]
sorel-tokenizer/src/lib.rs [new file with mode: 0644]
sorelc/Cargo.toml
sorelc/src/ir.rs
sorelc/src/main.rs
sorelc/src/parser.rs [deleted file]
sorelc/src/riscv_asm_codegen.rs
sorelc/src/tokenizer.rs [deleted file]