]> Cypherpunks repositories - gostls13.git/commit
- Fixed bug in spec: PrimaryExpr is too restrictive in most places
authorRobert Griesemer <gri@golang.org>
Fri, 10 Oct 2008 19:45:44 +0000 (12:45 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 10 Oct 2008 19:45:44 +0000 (12:45 -0700)
commit57b34617e0f5facc34e43dfdf75fc7e2e0317e3e
tree7d3a9353b89f7fec6bdf01a5b829780d4eee1afc
parent41c462c0a12475b25adbbb9dd9c1b161d8c71906
- Fixed bug in spec: PrimaryExpr is too restrictive in most places
(for instance *p was not allowed on the left side of "="). Changed
to Expression everywhere (this is too liberal, UnaryExpr is probably
good enough, but it seems funny, and we need to check semantically
anyway). This matches 6g yacc.
- Write expression syntac recursively to express evaluation order
and precedence syntactically.
- Organized open issues list, folded in stuff from todo.txt which
is now obsolete.

R=r
DELTA=108  (41 added, 52 deleted, 15 changed)
OCL=16903
CL=16910
doc/go_spec.txt