Conlang/compiler/cl-typeck
John 3cda3d83d9 typeck: Replace unsafe static mut with tree interning,
I used tree interning here, because the interner already contains the necessary locks to make it Sync, and I was lazy. Be my guest if you want to do something else.

The computational overhead of interning the ASTs here is negligible, since this is all CLI code anyway.
2025-01-16 21:16:46 -06:00
..
examples typeck: Replace unsafe static mut with tree interning, 2025-01-16 21:16:46 -06:00
src conlang: Elide lifetimes (fixes clippy lint) 2025-01-16 20:57:33 -06:00
Cargo.toml Revert "Cargo.toml: Add documentation key" 2024-04-22 00:07:44 -05:00