bin123apple / Fortran2Cpp

Fortran2Cpp: A new model designed for the Code translation between the Fortran and C++
Apache License 2.0
4 stars 1 forks source link

order of different checks in the evaluator step #21

Open chunhualiao opened 1 month ago

chunhualiao commented 1 month ago

why the self-evaluation check is the last step? Could it introduce new compilation errors?

I would move it to the first check, followed by the missing function check, compilation check, and finally unit testing, if possible.

This order will ensure we have compilable and execution correct final codes.

bin123apple commented 1 month ago

OK, we can change the order.