How to measure structural similarity between programs written in different languages

āš“ Rust    šŸ“… 2026-04-06    šŸ‘¤ surdeus    šŸ‘ļø 7      

surdeus

I’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

Read full topic

šŸ·ļø Rust_feed