1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/usr
Robert Griesemer 89319cfbf9 - implemented heuristic for composite literals starting with a type name:
if in a if, for, or switch header, must be parenthesized
- implemented string concatenation
- simplified a lot of code
- added many more tests: can now parse all *.go files I got my hands on
- printing output currently broken in some cases, use with -s (silent) option

R=r
OCL=16932
CL=16934
2008-10-10 16:03:32 -07:00
..
gri - implemented heuristic for composite literals starting with a type name: 2008-10-10 16:03:32 -07:00
r/regexp cat unmatched ) 2008-10-10 12:41:43 -07:00