Conlang/compiler/cl-structures/src
John 33b7cd3971 cl-structures: Do not #[derive(Eq)] for Interned<T>
Derive places Eq bound on T, which is not true of Interned<T>
2024-05-16 15:04:37 -05:00
..
tree conlang: Move all cl-libs into the compiler directory 2024-04-19 07:39:23 -05:00
deprecated_intern_pool.rs cl-structures: Fix doctest in deprecated_intern_pool 2024-04-27 20:19:46 -05:00
intern.rs cl-structures: Do not #[derive(Eq)] for Interned<T> 2024-05-16 15:04:37 -05:00
lib.rs cl-structures: Mention new structures in the top-module blurb 2024-04-27 21:15:45 -05:00
span.rs cl-structures: Make Span and Loc functions const (now you can make a const Span!) 2024-04-22 21:44:12 -05:00
stack.rs cl-structures/stack: only drop if T needs drop 2024-04-27 21:08:09 -05:00
tree.rs conlang: Move all cl-libs into the compiler directory 2024-04-19 07:39:23 -05:00