nac3_sca/nac3core
David Mak 6de0884dc1 core: Use anonymous name for variables if unspecified
The current default prefix is only derived from the instruction type,
which is not helpful during the comprehension of the IR. Changing to
anonymous names (e.g. %1) helps understand that the variable is only
needed as part of a larger (possibly named) expression.
2023-09-06 14:02:15 +08:00
..
src core: Use anonymous name for variables if unspecified 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