]> Cypherpunks repositories - gostls13.git/commit
- Implemented simple rule for optional semicolons:
authorRobert Griesemer <gri@golang.org>
Wed, 19 Mar 2008 22:45:07 +0000 (15:45 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 19 Mar 2008 22:45:07 +0000 (15:45 -0700)
commitd2490e7419269e34c1ae10a086e8c6b90b2e6140
tree9226b54444be8563c2cb023a3f2002bd6cdc5aaf
parente4ca60eca70ee949aa927c290726b1d062cefcd7
- Implemented simple rule for optional semicolons:
  Semicolons are terminators for statements as in C,
  but if followed by a "}" they are not required.
  This is easy to understand and produces the desired
  result for statements.
- Updated todo.txt.

SVN=113198
tests/char_lit.go [new file with mode: 0644]
tests/float_lit.go [new file with mode: 0644]
tests/hashmap.go
tests/int_lit.go [new file with mode: 0644]
tests/string_lit.go [new file with mode: 0644]
tests/test0.go