How to measure structural similarity between programs written in different languages
ā Rust š 2026-04-06 š¤ surdeus šļø 7Iām working on a project where I translate C programs into Rust using different techniques and I want to measure how much structural similarity is preserved between the original C code and the translated Rust code. What is the best way of achieving this aside from manually cross checking the codes?
2 posts - 2 participants
š·ļø Rust_feed