nac3/nac3artiq
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
..
demo nac3artiq: cleanup demo 2022-04-12 10:34:14 +08:00
src core: Rename IR variables 2023-09-06 14:02:15 +08:00
Cargo.toml Cargo: Update dependencies 2023-09-04 10:43:57 +08:00