- 28 Mar, 2008 6 commits
-
-
Ken Thompson authored
-
Ken Thompson authored
-
Rob Pike authored
SVN=114148
-
Rob Pike authored
SVN=114147
-
Rob Pike authored
SVN=114123
-
Rob Pike authored
Add description of 'any'. Simplify and complete syntax for literals. SVN=114122
-
- 27 Mar, 2008 1 commit
-
-
Rob Pike authored
SVN=113977
-
- 26 Mar, 2008 4 commits
-
-
Robert Griesemer authored
no (optional) UTF-8 marker present. SVN=113931
-
Robert Griesemer authored
SVN=113864
-
Robert Griesemer authored
SVN=113851
-
Rob Pike authored
SVN=113815
-
- 20 Mar, 2008 1 commit
-
-
Robert Griesemer authored
SVN=113258
-
- 19 Mar, 2008 1 commit
-
-
Robert Griesemer authored
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
-
- 18 Mar, 2008 1 commit
-
-
Rob Pike authored
make new() take an optional expression, not expression list. add an example for new(). SVN=112895
-
- 17 Mar, 2008 1 commit
-
-
Rob Pike authored
-
- 12 Mar, 2008 7 commits
-
-
Robert Griesemer authored
- added script to run tests - fixed primary expression syntax in go.atg SVN=112281
-
Robert Griesemer authored
SVN=112273
-
Robert Griesemer authored
SVN=112271
-
Robert Griesemer authored
- changed go.atg to make optional semicolons work for statements - expanded a test case SVN=112242
-
Rob Pike authored
SVN=112150
-
Robert Griesemer authored
(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
-
Robert Griesemer authored
- added a first test case - running make produces a runnable go parser 'go' SVN=112127
-
- 11 Mar, 2008 3 commits
-
-
Robert Griesemer authored
it consistent - changed declaration syntax to match go compiler SVN=112122
-
Robert Griesemer authored
some places) - removed extra []'s around switch decl/tag expression - not needed SVN=112117
-
Robert Griesemer authored
SVN=112111
-
- 10 Mar, 2008 1 commit
-
-
Robert Griesemer authored
- introduced FieldDeclList and MethodDeclList in consistency with other lists - made labels declarations SVN=111982
-
- 08 Mar, 2008 1 commit
-
-
Rob Pike authored
SVN=111810
-
- 07 Mar, 2008 8 commits
-
-
Robert Griesemer authored
SVN=111696
-
Robert Griesemer authored
SVN=111693
-
Rob Pike authored
SVN=111691
-
Robert Griesemer authored
SVN=111689
-
Robert Griesemer authored
SVN=111688
-
Robert Griesemer authored
SVN=111685
-
Rob Pike authored
/home/sanjay/bin/makehtml --mode=document go_lang.txt to generate the html output. SVN=111681
-
Robert Griesemer authored
SVN=111669
-
- 06 Mar, 2008 1 commit
-
-
Robert Griesemer authored
SVN=111539
-
- 05 Mar, 2008 2 commits
-
-
Robert Griesemer authored
- deleted obsolote go_spec SVN=111358
-
Robert Griesemer authored
- updated todo SVN=111357
-
- 04 Mar, 2008 1 commit
-
-
Robert Griesemer authored
SVN=111200
-
- 03 Mar, 2008 1 commit
-
-
Robert Griesemer authored
- added clarifications about function types - added open issues section SVN=111045
-