nac3/nac3core
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
..
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
build.rs irrt: normalize end-of-line characters. Closes #231 2022-03-22 16:04:48 +08:00