1. 03 Mar, 2009 7 commits
  2. 28 Feb, 2009 2 commits
  3. 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
  4. 26 Feb, 2009 3 commits
  5. 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
  6. 24 Feb, 2009 6 commits
  7. 22 Feb, 2009 1 commit
  8. 21 Feb, 2009 1 commit
  9. 20 Feb, 2009 7 commits
  10. 18 Feb, 2009 4 commits
  11. 17 Feb, 2009 6 commits
    • Russ Cox's avatar
      few more Sizeof. · d0424faf
      Russ Cox authored
      R=r
      DELTA=3  (0 added, 1 deleted, 2 changed)
      OCL=25106
      CL=25106
      d0424faf
    • Ken Thompson's avatar
      fix unsafe.Sizeof("abc") · 3c0fc400
      Ken Thompson authored
      R=rsc
      OCL=25105
      CL=25105
      3c0fc400
    • Rob Pike's avatar
      use proper strconv in string values. · 575257d5
      Rob Pike authored
      make test a little stronger.
      
      R=rsc
      DELTA=94  (27 added, 39 deleted, 28 changed)
      OCL=25085
      CL=25087
      575257d5
    • Russ Cox's avatar
      comment nit · c19468d8
      Russ Cox authored
      R=r
      DELTA=2  (0 added, 2 deleted, 0 changed)
      OCL=25081
      CL=25084
      c19468d8
    • Russ Cox's avatar
      allow hex, octal in Atoi, etc. · eb3823a4
      Russ Cox authored
      R=r
      DELTA=169  (79 added, 23 deleted, 67 changed)
      OCL=25079
      CL=25083
      eb3823a4
    • Russ Cox's avatar
      proposed XML parser design. · 9e3e6162
      Russ Cox authored
      inspired by expat's callback interface,
      but a bit simpler thanks to go interfaces.
      
      also serves as reference notes about XML.
      
      the parser itself is unimplemented.
      
      not in Makefiles, though it does build.
      
      R=r
      DELTA=425  (425 added, 0 deleted, 0 changed)
      OCL=25077
      CL=25080
      9e3e6162