src.elv.sh/pkg/parse.field.value (field)

5 uses

	src.elv.sh/pkg/parse (current package)
		pprint.go#L24: 	value interface{}
		pprint.go#L80: 			fmt.Fprintf(wr, " %s="+fmtstring, pf.name, pf.value)
		pprint.go#L82: 			value := pf.value
		pprint.go#L93: 		pprintASTRec(chf.value.(Node), wr, indent+indentInc, "")
		pprint.go#L97: 		children := reflect.ValueOf(chf.value)