1. 05 Mar, 2009 1 commit
    • Robert Griesemer's avatar
      Created new directory lib/lang: · b4802dd5
      Robert Griesemer authored
      - move scanner to into lib/lang
      - added test
      - adjusted various make and build files
      
      R=r
      DELTA=1731  (973 added, 753 deleted, 5 changed)
      OCL=25668
      CL=25713
      b4802dd5
  2. 04 Mar, 2009 7 commits
  3. 03 Mar, 2009 11 commits
  4. 28 Feb, 2009 2 commits
  5. 27 Feb, 2009 2 commits
    • Robert Griesemer's avatar
      Steps towards a general scanner/parser library for Go: · 3689e221
      Robert Griesemer authored
      - converted more of AST and parser to use interfaces and explicit
      structs for individual Go constructs (can be replaced now with
      interface calls such that the parser becomes AST structure
      independent, as suggested by rsc)
      - added more tests (find all .go files under GOROOT)
      - (temporarily) lost html links for identifiers when generating
      html output
      - TODO: lots of cleanups
      
      R=r
      OCL=25518
      CL=25518
      3689e221
    • Rob Pike's avatar
      finish types. · df3183f5
      Rob Pike authored
      expressions.  (they were in pretty good shape; mostly cosmetic and HTML edits)
      
      R=gri
      DELTA=655  (226 added, 97 deleted, 332 changed)
      OCL=25459
      CL=25481
      df3183f5
  6. 26 Feb, 2009 3 commits
  7. 25 Feb, 2009 1 commit
    • Rob Pike's avatar
      complete types · cdbf6197
      Rob Pike authored
      R=gri
      DELTA=29  (0 added, 12 deleted, 17 changed)
      OCL=25388
      CL=25391
      cdbf6197
  8. 24 Feb, 2009 6 commits
  9. 22 Feb, 2009 1 commit
  10. 21 Feb, 2009 1 commit
  11. 20 Feb, 2009 5 commits
    • Russ Cox's avatar
      draft of memory model. · 82c38cf8
      Russ Cox authored
      R=tgs
      DELTA=545  (545 added, 0 deleted, 0 changed)
      OCL=25212
      CL=25268
      82c38cf8
    • Rob Pike's avatar
      Rewrite lexical section. · ff70f09d
      Rob Pike authored
      Put grammar productions into a box with a separate background color.
      
      R=gri
      DELTA=397  (132 added, 49 deleted, 216 changed)
      OCL=25235
      CL=25258
      ff70f09d
    • Rob Pike's avatar
      autogenerate the table of contents · fd1f3830
      Rob Pike authored
      R=rsc
      DELTA=149  (1 added, 145 deleted, 3 changed)
      OCL=25231
      CL=25234
      fd1f3830
    • Rob Pike's avatar
      Fix most HTML errors. · 4501d348
      Rob Pike authored
      Cut introduction.
      Start rewrite.
      
      R=gri
      DELTA=201  (20 added, 118 deleted, 63 changed)
      OCL=25226
      CL=25229
      4501d348
    • Robert Griesemer's avatar
      go_spec.txt formatted in html. · c2d5586c
      Robert Griesemer authored
      No textual changes except for html formatting.
      Seems like a fine intermediate step.
      
      R=r
      DELTA=7638  (4079 added, 3559 deleted, 0 changed)
      OCL=25211
      CL=25224
      c2d5586c