Expand description
NNIL keeps the lifter independent from the native-code backend.
The crate contains data only. It does not decode guest instructions and does not emit native code. This boundary lets another guest architecture or another backend use the same IR.
Modulesยง
- nnil
- The lifter stores guest operations here so that backends do not have to decode RISC-V.