Commit fcf45174 authored by Robert Griesemer's avatar Robert Griesemer

Scoping snapshot.

- separate parsing from declaration
- setup of correct scopes

R=rsc
CC=golang-dev
https://golang.org/cl/189098
parent 69e244a1
...@@ -7,8 +7,8 @@ include ../../../Make.$(GOARCH) ...@@ -7,8 +7,8 @@ include ../../../Make.$(GOARCH)
TARG=go/ast TARG=go/ast
GOFILES=\ GOFILES=\
ast.go\ ast.go\
scope.go\
filter.go\ filter.go\
scope.go\
walk.go\ walk.go\
include ../../../Make.pkg include ../../../Make.pkg
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment