]> rethought.computer Git - sorel-lang.git/commit
rename to sorel keep/beb97c20dd808849c5ffee059f54911c93576b1b
authorBryan English <bryan@rethought.computer>
Thu, 5 Feb 2026 04:50:47 +0000 (23:50 -0500)
committerBryan English <bryan@rethought.computer>
Tue, 10 Feb 2026 04:08:54 +0000 (04:08 +0000)
commitbeb97c20dd808849c5ffee059f54911c93576b1b
tree32b94fa99c6a2c93754db9239a9e9094fbb5a27c
parentaf62aae5ee593617cc71644932aff6acef3d9857
rename to sorel
39 files changed:
rel-lang/Cargo.lock
rel-lang/Cargo.toml
rel-lang/README.md
rel-lang/examples/alloc.rel [deleted file]
rel-lang/examples/alloc.sorel [new file with mode: 0644]
rel-lang/examples/fib.rel [deleted file]
rel-lang/examples/fib.sorel [new file with mode: 0644]
rel-lang/examples/put2.rel [deleted file]
rel-lang/examples/put2.sorel [new file with mode: 0644]
rel-lang/examples/syscalls.rel [deleted file]
rel-lang/examples/syscalls.sorel [new file with mode: 0644]
rel-lang/fib-example/compile.sh
rel-lang/rel-interpret/Cargo.toml [deleted file]
rel-lang/rel-interpret/src/lib.rs [deleted file]
rel-lang/rel-ir/Cargo.toml [deleted file]
rel-lang/rel-ir/src/lib.rs [deleted file]
rel-lang/relc/Cargo.toml [deleted file]
rel-lang/relc/src/ir.rs [deleted file]
rel-lang/relc/src/main.rs [deleted file]
rel-lang/relc/src/parser.rs [deleted file]
rel-lang/relc/src/riscv_asm_codegen.rs [deleted file]
rel-lang/relc/src/tokenizer.rs [deleted file]
rel-lang/sorel-interpret/Cargo.toml [new file with mode: 0644]
rel-lang/sorel-interpret/src/lib.rs [new file with mode: 0644]
rel-lang/sorel-ir/Cargo.toml [new file with mode: 0644]
rel-lang/sorel-ir/src/lib.rs [new file with mode: 0644]
rel-lang/sorelc/Cargo.toml [new file with mode: 0644]
rel-lang/sorelc/src/ir.rs [new file with mode: 0644]
rel-lang/sorelc/src/main.rs [new file with mode: 0644]
rel-lang/sorelc/src/parser.rs [new file with mode: 0644]
rel-lang/sorelc/src/riscv_asm_codegen.rs [new file with mode: 0644]
rel-lang/sorelc/src/tokenizer.rs [new file with mode: 0644]
rel-lang/stdlib/mem.rel [deleted file]
rel-lang/stdlib/mem.sorel [new file with mode: 0644]
rel-lang/stdlib/out.rel [deleted file]
rel-lang/stdlib/out.sorel [new file with mode: 0644]
rel-lang/tests/test.sh
rel-lang/tests/test1.rel [deleted file]
rel-lang/tests/test1.sorel [new file with mode: 0644]