go/lib/godoc
Robert Griesemer 1f9dfa294f go AST: First step towards augmenting AST with full type information.
- change ast.Ident back to contain the name and adjust all dependent code
- identifier object information will be added again through an optional
  typechecker phase (in the works).
- remove tracking of scopes in parser - it's easier to do this in a separate
  phase (in the works)
- in godoc, generate popup info table directly instead of through a formatter
  for simpler data flow (at the expense of a little bit more code)

Runs all tests.

As a result of this change, the currently shown popup information
(const, var, type, func, followed by identifier name) will not be
shown anymore temporarily.

R=rsc
CC=golang-dev
https://golang.org/cl/1994041
2010-08-13 10:42:18 -07:00
..
codewalk.html godoc: canonicalize codewalk paths 2010-06-30 17:56:51 +10:00
codewalkdir.html godoc: add codewalk support 2010-04-26 22:35:12 -07:00
dirlist.html godoc: show relative file names without leading '/' (per r's request) 2010-03-24 16:28:59 -07:00
error.html godoc support for directories outside $GOROOT 2010-02-16 11:20:55 -08:00
godoc.html doc: update front page and go_learning.html 2010-07-30 10:36:13 +10:00
package.html godoc: show relative file names without leading '/' (per r's request) 2010-03-24 16:28:59 -07:00
package.txt godoc: support for multiple packages in a directory 2010-03-12 18:16:21 -08:00
search.html godoc: show relative file names without leading '/' (per r's request) 2010-03-24 16:28:59 -07:00
search.txt godoc: line numbers for all remote search results 2010-03-19 22:48:08 -07:00
source.html go AST: First step towards augmenting AST with full type information. 2010-08-13 10:42:18 -07:00