nac3/nac3artiq/src
David Mak f1b0e05b3d core: Rename IR variables
Because it is unclear which variables are expressions and
subexpressions, all variables which are previously anonymous are named
using (1) the control flow statement if available, (2) the possible name
of the variable as inferred from the variable name in Rust, and (3) the
"addr" prefix to indicate that the values are pointers. These three
strings are joint together using '.', forming "for.i.addr" for instance.
2023-09-06 14:02:15 +08:00
..
codegen.rs core: Rename IR variables 2023-09-06 14:02:15 +08:00
kernel.ld nac3artiq: add stack guard 2021-11-12 20:03:52 +08:00
lib.rs Cargo: Update dependencies 2023-09-04 10:43:57 +08:00
symbol_resolver.rs Cargo: Update dependencies 2023-09-04 10:43:57 +08:00
timeline.rs update dependencies 2023-01-12 19:31:03 +08:00