1. 17 Oct, 2008 3 commits
    • Robert Griesemer's avatar
      - stronger syntax checks · 61d9a3c3
      Robert Griesemer authored
      - fixed a bug with non-eof terminated //-style comments
      - collecting comments
      - first experiments with reproducing comments
        (works but not very pretty, disabled for now)
      - idempotent for all correct .go files we have checked in
      
      R=r
      OCL=17333
      CL=17333
      61d9a3c3
    • Robert Griesemer's avatar
      - added test script · c4f9f369
      Robert Griesemer authored
      - fixed a couple of printing bugs
      status: parses, reproduces, and idempotently reproduces all correct .go files
      
      R=r
      OCL=17332
      CL=17332
      c4f9f369
    • Rob Pike's avatar
      type string parser; now handles all types · 060f157d
      Rob Pike authored
      R=rsc
      DELTA=253  (153 added, 81 deleted, 19 changed)
      OCL=17331
      CL=17331
      060f157d
  2. 16 Oct, 2008 20 commits
  3. 15 Oct, 2008 9 commits
  4. 14 Oct, 2008 6 commits
  5. 13 Oct, 2008 1 commit
  6. 11 Oct, 2008 1 commit
    • Rob Pike's avatar
      add character classes. · e8828dcb
      Rob Pike authored
      allocate into an array for easier scanning and printing.
      
      R=rsc
      DELTA=282  (193 added, 44 deleted, 45 changed)
      OCL=16955
      CL=16955
      e8828dcb