1. 15 Oct, 2008 3 commits
    • Robert Griesemer's avatar
      - snapshot of pretty printer work · 7c3a2c47
      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
      7c3a2c47
    • Rob Pike's avatar
      add some tests · 0b05e91f
      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
      0b05e91f
    • Russ Cox's avatar
      allow trailing comma in braced initialized list · 82e41cc5
      Russ Cox authored
      R=ken
      OCL=17141
      CL=17143
      82e41cc5
  2. 14 Oct, 2008 6 commits
  3. 13 Oct, 2008 1 commit
  4. 11 Oct, 2008 2 commits
  5. 10 Oct, 2008 13 commits
  6. 09 Oct, 2008 2 commits
    • Cary Hull's avatar
      Adding Mkdir. · f960840a
      Cary Hull authored
      R=rsc
      APPROVED=rsc
      DELTA=21  (21 added, 0 deleted, 0 changed)
      OCL=16794
      CL=16803
      f960840a
    • Robert Griesemer's avatar
      - make optional semicolons explicit in grammar in all places · aed247fd
      Robert Griesemer authored
      except in statement list, where it is expressed in words
      - allow for empty import, const, type, and var decl lists inside ()'s
      - fixed grammar for inc/dec statements
      - added empty statement as it appears to be accepted by 6g
      
      R=r
      DELTA=75  (23 added, 21 deleted, 31 changed)
      OCL=16785
      CL=16785
      aed247fd
  7. 08 Oct, 2008 11 commits
  8. 07 Oct, 2008 2 commits