]> Cypherpunks repositories - gostls13.git/commit
Preparation for moving scanner into a lib:
authorRobert Griesemer <gri@golang.org>
Wed, 4 Mar 2009 02:25:07 +0000 (18:25 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 4 Mar 2009 02:25:07 +0000 (18:25 -0800)
commit77567265a8052bd6ef75c0ae3c28bc9caccbfa91
treef4e834b342eed6386fa983d0fc19e11d160ca781
parent337ce2220f0c7530cfcc67bd74188f316af68b2b
Preparation for moving scanner into a lib:
- separated out token definition from scanner
- cleaned up token and scanner implementation
- added comments to exported interfaces

R=r
OCL=25665
CL=25665
usr/gri/pretty/Makefile
usr/gri/pretty/ast.go
usr/gri/pretty/parser.go
usr/gri/pretty/printer.go
usr/gri/pretty/scanner.go
usr/gri/pretty/token.go [new file with mode: 0644]
usr/gri/pretty/typechecker.go