schala/schala-lang/language/src/ast
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
operators.rs Fix bug with assignment precedence 2021-10-24 23:05:47 -07:00
visitor.rs Make a distinct Block type 2021-10-26 14:05:54 -07:00