This commit is contained in:
Mark McGranaghan 2012-10-01 14:28:48 -07:00
parent 29abac66c4
commit 3b1004b12c

View File

@ -83,6 +83,8 @@ func main() {
<tbody>`) <tbody>`)
for _, sourcePath := range os.Args[1:] { for _, sourcePath := range os.Args[1:] {
fmt.Fprint(os.Stderr, ".")
lexer := whichLexer(sourcePath) lexer := whichLexer(sourcePath)
lines := readLines(sourcePath) lines := readLines(sourcePath)