]> rethought.computer Git - sorel-lang.git/commit
slightly more proper import system keep/4e090f351e7b5cb54b7958e12f56faef694206a1
authorBryan English <bryan@rethought.computer>
Tue, 20 Jan 2026 05:57:44 +0000 (00:57 -0500)
committerBryan English <bryan@rethought.computer>
Tue, 10 Feb 2026 04:08:54 +0000 (04:08 +0000)
commit4e090f351e7b5cb54b7958e12f56faef694206a1
tree6010cc37d59f840fc80f148ff1b9446edee93ae0
parent2a629db4149c98b7b606ba781c19b9c0bce5a0f7
slightly more proper import system

Words now need to be exported with `export word-name` to be used in
other modules.

Imports other than at the top level now work.
hylo-lang/examples/put2.hylo
hylo-lang/hylo-interpret/src/lib.rs
hylo-lang/hylo-ir/src/lib.rs
hylo-lang/hyloc/src/ir.rs
hylo-lang/hyloc/src/parser.rs
hylo-lang/hyloc/src/riscv_asm_codegen.rs
hylo-lang/hyloc/src/tokenizer.rs