1
0
forked from M-Labs/nac3
nac3/nac3core/src/codegen
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
..
irrt update dependencies 2023-01-12 19:31:03 +08:00
concrete_type.rs basic unsigned integer support 2022-03-08 13:34:02 +08:00
expr.rs core: Rename IR variables 2023-09-06 14:02:15 +08:00
generator.rs core: Add name parameter to gen_{var_alloc,store_target} 2023-09-06 11:00:02 +08:00
mod.rs update dependencies 2023-03-08 15:19:09 +08:00
stmt.rs core: Rename IR variables 2023-09-06 14:02:15 +08:00
test.rs nac3core: fix broken tests 2022-05-11 03:53:53 +08:00