]> Cypherpunks repositories - gostls13.git/commit
First cut of an HTML tokenizer (and eventually a parser).
authorNigel Tao <nigeltao@golang.org>
Tue, 10 Aug 2010 06:08:21 +0000 (16:08 +1000)
committerNigel Tao <nigeltao@golang.org>
Tue, 10 Aug 2010 06:08:21 +0000 (16:08 +1000)
commit56b989f1b9d5290ab38bcdd96be80600ea97b61b
tree3f8a810ea57f0a3da41ead5ae5b01184867e98dd
parent96d7c8d4a85e7c5bb317b6c737d5b2dbf0e69c25
First cut of an HTML tokenizer (and eventually a parser).

R=r, rsc, gri, rsc1
CC=golang-dev
https://golang.org/cl/1814044
src/pkg/Makefile
src/pkg/html/Makefile [new file with mode: 0644]
src/pkg/html/doc.go [new file with mode: 0644]
src/pkg/html/entity.go [new file with mode: 0644]
src/pkg/html/escape.go [new file with mode: 0644]
src/pkg/html/token.go [new file with mode: 0644]
src/pkg/html/token_test.go [new file with mode: 0644]