]> Cypherpunks repositories - gostls13.git/commit
- added 'nil' keyword to lang doc
authorRobert Griesemer <gri@golang.org>
Wed, 12 Mar 2008 01:07:22 +0000 (18:07 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 12 Mar 2008 01:07:22 +0000 (18:07 -0700)
commit0d1e90be17239b7711aad51a9f5af4b87c2e7e7d
tree53c8b3b206dace70fa96109bea3a887e0501d1eb
parent18b829b472852a43479da1f37f1055e842ed4238
- added 'nil' keyword to lang doc
  (did not add 'true' and 'false' because I think these don't need to be
  keywords, they can be recreated from whole cloth)
- added 'new' syntax to expressions
  (this is needed because of the type as 1st argument - the expression
  list is probably not yet implemented, but I think we may want it
  eventually)
- removed optional ';'s in sieve example - make it more concise
- fixed several bugs in go.atg, no parses sieve
- added sieve as test case

SVN=112135
doc/go_lang.txt
tests/sieve.go [new file with mode: 0644]