An error occurred fetching the project authors.
  1. 19 Sep, 2008 1 commit
    • Robert Griesemer's avatar
      - fixed bug which prevented parser.go from compiling · a1ee6804
      Robert Griesemer authored
        (typo in ptr decl lead to an unresolved forward declaration)
      - fixed parser bugs
      - fixed Makefile
      - now successfully parses most code
      
      Issues:
      - composite literals (cannot be identified easily from syntax alone)
      - new(T, ...) (cannot be identified easily from syntax alone since
        new is not a keyword and thus could be a different function then
        the allocation function at which point "new((x + y))" is legal,
        but the inner "(x" looks like the beginning of a function type)
      
      R=r
      OCL=15515
      CL=15515
      a1ee6804
  2. 18 Sep, 2008 9 commits
  3. 17 Sep, 2008 12 commits
  4. 16 Sep, 2008 8 commits
  5. 15 Sep, 2008 4 commits
  6. 14 Sep, 2008 1 commit
  7. 13 Sep, 2008 5 commits