Files
wren/util
Bob Nystrom 78c4969cc4 feat: add Python 3 compatibility and formatted output to metrics script
Add `from __future__ import print_function` import for Python 2/3 compatibility and introduce `C_FORMAT_LINE` and `WREN_FORMAT_LINE` format strings to produce aligned columnar output for C source and Wren test file metrics respectively, replacing the previous unstructured print statements.
2016-03-07 15:56:44 +00:00
..