- 16 Oct, 2008 8 commits
-
-
Russ Cox authored
R=ken OCL=17253 CL=17253
-
Rob Pike authored
R=rsc DELTA=9 (0 added, 3 deleted, 6 changed) OCL=17248 CL=17250
-
Ken Thompson authored
R=r OCL=17247 CL=17247
-
Robert Griesemer authored
R=r OCL=17243 CL=17245
-
Rob Pike authored
main is a simple tester outside the Makefile. R=rsc DELTA=455 (455 added, 0 deleted, 0 changed) OCL=17235 CL=17242
-
Russ Cox authored
R=ken OCL=17241 CL=17241
-
Ken Thompson authored
global signatures for basic types R=r OCL=17238 CL=17240
-
Robert Griesemer authored
- almost there, receivers, labels, composites, comments are not yet printed - runs through 18KLOC of Go code and prints it again R=r OCL=17237 CL=17237
-
- 15 Oct, 2008 9 commits
-
-
Rob Pike authored
R=ken OCL=17208 CL=17208
-
Robert Griesemer authored
- fixed expression and statement printing - missing: declarations, comments R=r OCL=17207 CL=17207
-
Rob Pike authored
R=rsc DELTA=335 (172 added, 156 deleted, 7 changed) OCL=17167 CL=17180
-
Rob Pike authored
R=ken OCL=17169 CL=17169
-
Rob Pike authored
next cl will update names and add to build R=rsc DELTA=1876 (938 added, 938 deleted, 0 changed) OCL=17149 CL=17166
-
Russ Cox authored
R=ken OCL=17164 CL=17164
-
Robert Griesemer authored
- accepts all Go code (use -s flag) - complete rewrite of AST, AST building, and printing (as a result much more compact) - printing severely screwed up at the moment, but should be fully working in 1 more day R=r DELTA=2118 (514 added, 980 deleted, 624 changed) OCL=17161 CL=17161
-
Rob Pike authored
fix some bugs in () ordering and rune processing R=rsc DELTA=72 (27 added, 5 deleted, 40 changed) OCL=17147 CL=17147
-
Russ Cox authored
R=ken OCL=17141 CL=17143
-
- 14 Oct, 2008 6 commits
-
-
Rob Pike authored
R=rsc DELTA=21 (0 added, 21 deleted, 0 changed) OCL=17123 CL=17136
-
Rob Pike authored
clean up interface equality hack still needs more tests; checking in for gccgo testing R=rsc DELTA=304 (261 added, 14 deleted, 29 changed) OCL=17128 CL=17135
-
Ken Thompson authored
R=r OCL=17134 CL=17134
-
Ken Thompson authored
R=r OCL=17116 CL=17118
-
Ken Thompson authored
R=r OCL=17096 CL=17096
-
Ken Thompson authored
R=r OCL=17063 CL=17063
-
- 13 Oct, 2008 1 commit
-
-
Rob Pike authored
R=rsc DELTA=12 (12 added, 0 deleted, 0 changed) OCL=16989 CL=16998
-
- 11 Oct, 2008 2 commits
- 10 Oct, 2008 13 commits
-
-
Robert Griesemer authored
(seems not controversial) R=r DELTA=8 (3 added, 2 deleted, 3 changed) OCL=16940 CL=16940
-
Russ Cox authored
R=r OCL=16938 CL=16938
-
Robert Griesemer authored
(no effect on the test, but now parseable) R=r OCL=16936 CL=16936
-
Russ Cox authored
R=ken OCL=16935 CL=16935
-
Robert Griesemer authored
if in a if, for, or switch header, must be parenthesized - implemented string concatenation - simplified a lot of code - added many more tests: can now parse all *.go files I got my hands on - printing output currently broken in some cases, use with -s (silent) option R=r OCL=16932 CL=16934
-
Russ Cox authored
R=r OCL=16929 CL=16929
-
Robert Griesemer authored
R=rsc DELTA=2 (0 added, 2 deleted, 0 changed) OCL=16927 CL=16927
-
Robert Griesemer authored
(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
-
Rob Pike authored
delete unused This() in preparation for removing linking via array indexes R=rsc DELTA=26 (2 added, 23 deleted, 1 changed) OCL=16895 CL=16909
-
Robert Griesemer authored
- more precise wording by having an explicit list of cases - simplified statement list R=r DELTA=16 (10 added, 0 deleted, 6 changed) OCL=16871 CL=16875
-
Rob Pike authored
will move elsewhere when more complete. parses, does not execute. no character classes yet. R=rsc DELTA=522 (522 added, 0 deleted, 0 changed) OCL=16863 CL=16874
-
Robert Griesemer authored
R=r OCL=16869 CL=16869
-
Robert Griesemer authored
- language for selectors and array/map indices - formal description of syntax notation used - factor out common productions to better show symmetries in grammar R=r DELTA=113 (77 added, 13 deleted, 23 changed) OCL=16853 CL=16865
-
- 09 Oct, 2008 1 commit
-
-
Cary Hull authored
R=rsc APPROVED=rsc DELTA=21 (21 added, 0 deleted, 0 changed) OCL=16794 CL=16803
-