nac3_sca/nac3core
pca006132 7ea5a5f84d nac3core: codegen refactoring
- No longer check if the statement will return. Instead, we check if
  the current basic block is terminated, which is simpler and handles
  exception/break/continue better.
- Use invoke statement when unwind is needed.
- Moved codegen for a block of statements into a separate function.
2022-02-12 22:13:59 +08:00
..
src nac3core: codegen refactoring 2022-02-12 22:13:59 +08:00
Cargo.toml lock insta version (#179) 2022-01-31 15:18:49 +08:00
build.rs nac3core: build script use Path::join 2022-01-09 12:06:45 +08:00