Differences From Artifact [de4d05b676]:
- Executable file utils/plot-code.scm — part of check-in [a1ef0f490c] at 2014-02-11 00:05:52 on branch re-re-factor-server — Added more files to the map (user: matt, size: 4026) [annotate] [blame] [check-ins using] [more...]
To Artifact [e7d92b1b39]:
- Executable file utils/plot-code.scm — part of check-in [304bfdeed0] at 2014-11-24 17:01:42 on branch try-nanomsg — Misc changes, add usage to plot-code. Add build of nanomsg to Makefile.installall. Add comment to runs.scm (user: mrwellan, size: 4124) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | #!/mfs/pkgs/chicken/4.8.0.5/bin/csi -nbq (use regex srfi-69 srfi-13) (define targs #f) (define files (cddddr (argv))) (let ((targdat (cadddr (argv)))) | > > > | 1 2 3 4 5 6 7 8 9 10 11 | #!/mfs/pkgs/chicken/4.8.0.5/bin/csi -nbq ;; Usage: plot-code file1.scm,file2.scm *.scm > plot.dot ;; dot -Tpdf plot.dot > plot.pdf (use regex srfi-69 srfi-13) (define targs #f) (define files (cddddr (argv))) (let ((targdat (cadddr (argv)))) |
︙ | ︙ |