new tool why3wc
counts lines/tokens in Why3 files distinguishes spec (logic declarations and annotations) and code reports the ratio spec/code with command line option -f example: why3wc -f examples/*.mlw see why3wc --help for more details note: why3wc assumes that input files are lexically well-formed it also makes some approximations (switching from spec to code and conversely is only done when there is a blank line in the middle)
src/tools/why3wc.mll
0 → 100644
Please register or sign in to comment