• Robert Griesemer's avatar
    go/typechecker: 2nd step towards augmenting AST with full type information. · c606b964
    Robert Griesemer authored
    - refine/define Scope, Object, and Type structures
      (note: scope.go has the addition of types, the rest is only re-organized
      for better readability)
    - implemented top-level of type checker:
      resolve global type declarations (deal with double decls, cycles, etc.)
    - temporary hooks for checking of const/var declarations, function/method bodies
    - test harness for fine-grained testing (exact error locations)
      with initial set of tests
    
    This is a subset of the code for easier review.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/1967049
    c606b964
Name
Last commit
Last update
..
Makefile Loading commit data...
codewalk.go Loading commit data...
doc.go Loading commit data...
godoc.go Loading commit data...
index.go Loading commit data...
main.go Loading commit data...
mapping.go Loading commit data...
snippet.go Loading commit data...
spec.go Loading commit data...