File: partial_dag_2.dot

package info (click to toggle)
tup 0.7.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,096 kB
  • sloc: ansic: 220,754; sh: 18,917; perl: 184; python: 67; lisp: 63; makefile: 62
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
digraph G {
	parse_c [label="parse.c"];
	parse_h [label="parse.h"];
	parse_y [label="parse.y"];
	parse_c -> {parse_y} [dir="back"];
	parse_h -> {parse_y} [dir="back"];
}