- 30 Aug, 2008 1 commit
-
-
Robert Griesemer authored
- added missing operators R=r OCL=14672 CL=14672
-
- 29 Aug, 2008 7 commits
-
-
Robert Griesemer authored
R=ken OCL=14658 CL=14660
-
Robert Griesemer authored
- updated golden.out R=r DELTA=9 (0 added, 8 deleted, 1 changed) OCL=14657 CL=14657
-
Ken Thompson authored
R=r OCL=14656 CL=14656
-
Robert Griesemer authored
R=r DELTA=185 (59 added, 33 deleted, 93 changed) OCL=14655 CL=14655
-
Robert Griesemer authored
- added initial test cases (needs to be expanded) R=r DELTA=135 (84 added, 30 deleted, 21 changed) OCL=14654 CL=14654
-
Ken Thompson authored
R=r OCL=14641 CL=14641
-
Robert Griesemer authored
- All text taken from go_lang.txt (which is unchanged), but added a contents section, and sorted the contents section in a hopefully sensible manner to give it more structure - Reordered text to match order of contents section, did not adjust the language (needs to be done), but removed sections that were dulicates or invalid High-level organization of the doc: - Introduction - Notation - Source code representation - Vocabulary - Declarations and scope rules - Types - Expressions - Statements - Function declarations - Packages - Program initialization and execution I hope this new structure will make it much clearer which pieces are missing and where they need to go. go_lang.txt has grown somewhat unstructured and new text was added as we saw fit. R=r DELTA=2577 (2577 added, 0 deleted, 0 changed) OCL=14639 CL=14639
-
- 28 Aug, 2008 2 commits
-
-
Ken Thompson authored
R=r OCL=14634 CL=14634
-
Ken Thompson authored
R=r OCL=14603 CL=14603
-
- 22 Aug, 2008 2 commits
-
-
Ken Thompson authored
R=r OCL=14417 CL=14417
-
Robert Griesemer authored
R=r DELTA=13 (3 added, 7 deleted, 3 changed) OCL=14406 CL=14406
-
- 21 Aug, 2008 2 commits
-
-
Robert Griesemer authored
- removed need for method types and literals (gri & r) R=r DELTA=178 (101 added, 51 deleted, 26 changed) OCL=14402 CL=14405
-
Robert Griesemer authored
R=r DELTA=26 (19 added, 0 deleted, 7 changed) OCL=14358 CL=14386
-
- 20 Aug, 2008 3 commits
-
-
Robert Griesemer authored
R=r DELTA=44 (27 added, 2 deleted, 15 changed) OCL=14353 CL=14355
-
Rob Pike authored
fix typo. add scoping bug. R=gri OCL=14349 CL=14349
-
Robert Griesemer authored
R=r DELTA=10 (6 added, 4 deleted, 0 changed) OCL=14348 CL=14348
-
- 13 Aug, 2008 4 commits
-
-
Rob Pike authored
(they were not accepted as names by the import parser) R=ken DELTA=3 (0 added, 0 deleted, 3 changed) OCL=14159 CL=14159
-
Rob Pike authored
add bug in constant evaluation (erroneously allowing assignment of float to int) update golden R=gri OCL=14153 CL=14153
-
Ken Thompson authored
R=r OCL=14143 CL=14143
-
Rob Pike authored
exploit the compiler now supporting i2s and i2i and clean up some code fix up some panics and prints R=gri OCL=14141 CL=14141
-
- 12 Aug, 2008 15 commits
-
-
Ken Thompson authored
R=r OCL=14140 CL=14140
-
Rob Pike authored
R=gri OCL=14137 CL=14137
-
Ken Thompson authored
R=r OCL=14132 CL=14132
-
Ken Thompson authored
R=r DELTA=138 (75 added, 12 deleted, 51 changed) OCL=14129 CL=14131
-
Rob Pike authored
reformat the bullet list about strings R=gri OCL=14128 CL=14128
-
Rob Pike authored
R=gri OCL=14125 CL=14125
-
Rob Pike authored
R=gri,ken DELTA=64 (42 added, 3 deleted, 19 changed) OCL=14116 CL=14124
-
Rob Pike authored
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
-
Rob Pike authored
R=gri OCL=14105 CL=14105
-
Rob Pike authored
R=ken OCL=14104 CL=14104
-
Robert Griesemer authored
- adjusted much of the existing go code - missing: tests R=r DELTA=229 (1 added, 17 deleted, 211 changed) OCL=14103 CL=14103
-
Robert Griesemer authored
R=r OCL=14102 CL=14102
-
Ken Thompson authored
R=r DELTA=86 (61 added, 3 deleted, 22 changed) OCL=14099 CL=14099
-
Robert Griesemer authored
- adjusted switch syntax (no repeated case: case: anymore) - enabled some constant expressions that work now R=r OCL=14098 CL=14098
-
Robert Griesemer authored
- added ()'s to all print calls in examples - augmented rule about use of identifiers R=r DELTA=11 (0 added, 1 deleted, 10 changed) OCL=14097 CL=14097
-
- 11 Aug, 2008 4 commits
-
-
Rob Pike authored
- add NaN, Inf printing to fmt - fix a couple of bugs in fmt - add a test for fmt R=ken OCL=14092 CL=14092
-
Ken Thompson authored
R=r DELTA=8 (0 added, 0 deleted, 8 changed) OCL=14091 CL=14091
-
Rob Pike authored
R=gri OCL=14090 CL=14090
-
Ken Thompson authored
R=r DELTA=37 (31 added, 4 deleted, 2 changed) OCL=14089 CL=14089
-