schala/schala-lang/language/src/symbol_table
Greg Shuflin d65233240a Unify u32-based identifiers into common code
Create a new type Id<T> paramaterized by whatever specific class of IDs
is relevant to a domain; create stores and macros to support this; and
repace the existing Id types.
2021-10-27 00:36:23 -07:00
..
mod.rs Unify u32-based identifiers into common code 2021-10-27 00:36:23 -07:00
resolver.rs Clippy pass 2021-10-26 13:37:03 -07:00
symbol_trie.rs Run rustfmt on symbol_table code 2021-10-21 14:46:42 -07:00
test.rs Run rustfmt on symbol_table code 2021-10-21 14:46:42 -07:00