Files
wren/script
Luchs 3f066d4e92 chore: add begin/end file comments to amalgamation generator output
Add `// Begin file "..."` and `// End file "..."` comment markers around each included file's content in the generated amalgamation output, improving traceability of source origins. Also refactor imports to use `os.path.basename`, `dirname`, and `join` directly, and replace `sys.stdout.write` with a module-level `out` variable for cleaner output handling.
2015-04-16 11:17:38 +00:00
..