immunant / c2rust

Migrate C code to Rust
https://c2rust.com/
Other
3.93k stars 230 forks source link

Handle Else-If chain #880

Closed bungcip closed 1 year ago

bungcip commented 1 year ago

produce else if chain expression instead of nested if expression. ideally the test case also check the rust text output format but currently script/test_translator.py only handle the correctness of transpiled files

fix #769