]> Cypherpunks repositories - gostls13.git/commit
exp/html: make the parser manipulate the tokenizer via exported methods
authorNigel Tao <nigeltao@golang.org>
Mon, 20 Aug 2012 01:04:36 +0000 (11:04 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 20 Aug 2012 01:04:36 +0000 (11:04 +1000)
commit2b14a48d5474831ff992a180ca563a22276a2332
treefdaf5835489e49e390e8ac54b00656faab7a308f
parent67924c1b602c170239eec821c3aea67b6ab682c7
exp/html: make the parser manipulate the tokenizer via exported methods
instead of touching the tokenizer's internal state.

R=andybalholm
CC=golang-dev
https://golang.org/cl/6446153
src/pkg/exp/html/parse.go
src/pkg/exp/html/token.go