]> Cypherpunks repositories - gostls13.git/commit
Gather errors in a go.scanner.ErrorList instead of printing
authorAustin Clements <aclements@csail.mit.edu>
Fri, 17 Jul 2009 23:58:59 +0000 (16:58 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Fri, 17 Jul 2009 23:58:59 +0000 (16:58 -0700)
commit51c0a84175f2d24f12fc1986e9de73a957a01b21
treec04417756e97c42374b234655522b7e7722f5d38
parentb63d40a53eca416c29ac22278eaf699a5cbc64c7
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
usr/austin/eval/expr.go
usr/austin/eval/type.go