1. 05 Mar, 2009 4 commits
    • Russ Cox's avatar
      fix build · 0793c883
      Russ Cox authored
      TBR=gri
      OCL=25719
      CL=25719
      0793c883
    • Russ Cox's avatar
      Suggested tweaks up to package section. · 5958dd6f
      Russ Cox authored
      Major ones:
      * Be consistent: "numeric type" and "arithmetic operator".
      * if/swtch take "simple statement" not "short variable declaration".
      * There was a comment that implied for x,y := range z() might
        evaluate z() multiple times.  I deleted it.
      
      R=r,gri
      DELTA=124  (24 added, 4 deleted, 96 changed)
      OCL=25706
      CL=25715
      5958dd6f
    • Robert Griesemer's avatar
      - missing makefile · bd4f5af1
      Robert Griesemer authored
      R=r
      OCL=25714
      CL=25714
      bd4f5af1
    • 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 2 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