In Vale's paper, implementation lines which consist of assembly instructions and control-flow code are calculated.
I've been building a system with Vale/Dafny and I am not sure how to calculate implementation lines.
For Dafny, dafny-line-count.py in IronFleet helps to calculate Spec and Proof lines.
Is there any similar script or tool for calculating implementation lines written in Vale?
Regards,