]> Cypherpunks repositories - gostls13.git/commit
First cut at the parser for the new template package.
authorRob Pike <r@golang.org>
Wed, 22 Jun 2011 23:27:28 +0000 (09:27 +1000)
committerRob Pike <r@golang.org>
Wed, 22 Jun 2011 23:27:28 +0000 (09:27 +1000)
commitcd7826e5f6d187cd8f555f36d5654a372e95dba8
treed60a5e25b06f842eb633e67951cdf885a3eff470
parent123549acb1be28d1a973d13430e6d2cb3145c544
First cut at the parser for the new template package.

This is not a full grammar, but the pieces are there to implement whatever we converge on.

R=rsc
CC=golang-dev
https://golang.org/cl/4629053
src/pkg/exp/template/Makefile
src/pkg/exp/template/lex.go
src/pkg/exp/template/lex_test.go
src/pkg/exp/template/parse.go [new file with mode: 0644]
src/pkg/exp/template/parse_test.go [new file with mode: 0644]