1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:31:22 -06:00
The Go programming language
Go to file
Austin Clements 51c0a84175 Gather errors in a go.scanner.ErrorList instead of printing
them as we go.

Lots of bug fixes.  Let the parser toss illegal character and
string literals.  Compile unary + correctly.  Allow float OP
ideal.  Compile unary * correctly.  Implement min and max float
values.

R=rsc
APPROVED=rsc
DELTA=64  (29 added, 7 deleted, 28 changed)
OCL=31811
CL=31814
2009-07-17 16:58:59 -07:00
doc - renamed SimpleVarDecl -> ShortVarDecl, in sync with terminology used in prose 2009-07-16 20:31:41 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib/godoc no longer necessary; directory not empty anymore 2009-07-09 16:44:20 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src count SHdrs and PHdrs and write them out as a unit 2009-07-17 16:34:58 -07:00
test Recognize gccgo error message. 2009-07-17 16:12:29 -07:00
usr Gather errors in a go.scanner.ErrorList instead of printing 2009-07-17 16:58:59 -07:00