1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/exp/eval
Evan Shaw 9ca10b0a5c exp/eval: Always read float literals as base 10
We were letting bignum decide, which caused problems with float literals with a leading 0.

R=gri
CC=golang-dev
https://golang.org/cl/816047
2010-04-15 19:53:35 -07:00
..
abort.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bridge.go gc: add ... T, rework plain ... 2010-02-01 00:25:59 -08:00
compiler.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
eval_test.go single argument panic 2010-03-30 10:34:57 -07:00
expr1.go single argument panic 2010-03-30 10:34:57 -07:00
expr_test.go exp/eval: Always read float literals as base 10 2010-04-15 19:53:35 -07:00
expr.go exp/eval: Always read float literals as base 10 2010-04-15 19:53:35 -07:00
func.go 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
gen.go single argument panic 2010-03-30 10:34:57 -07:00
main.go exp/eval: Fix example and add target to Makefile 2010-04-11 12:42:19 -07:00
Makefile exp/eval: Fix example and add target to Makefile 2010-04-11 12:42:19 -07:00
scope.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
stmt_test.go - removed exp/parser (support for old semicolon syntax) 2010-02-19 16:01:31 -08:00
stmt.go gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
test.bash Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
type.go simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
typec.go go/ast: streamline representation of field lists 2010-02-24 16:17:11 -08:00
util.go 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
value.go simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
world.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00