Files
wren/util
Josh Goebel aaca62617c fix: add leading space to format lines and update source paths in metrics output
- Prepend a space to C_FORMAT_LINE and WREN_FORMAT_LINE for consistent column alignment
- Add hr() helper function to print horizontal separators for readability
- Change C metrics label from empty string to "C" and WREN label from empty to "WREN"
- Update source directories from "src/vm" and "src/optional" to "deps/wren/src/vm" and "deps/wren/src/optional" to match actual project structure
2021-04-28 21:47:22 +00:00
..