Graph pruning.

This commit is contained in:
Daniel Jones 2013-03-09 19:27:28 -08:00
parent ceac4466a5
commit 6e0d8979be
5 changed files with 224 additions and 36 deletions

View file

@ -20,11 +20,6 @@ func expand(input string, vars map[string][]string, expandBackticks bool) []stri
break
}
println("-------------------")
println(len(input))
println(i)
println(j)
expanded += input[i:j]
c, w := utf8.DecodeRuneInString(input[j:])
i = j + w