Go Home Page
The Go Programming Language

Directory src/pkg/go

Subdirectories

Name   Synopsis
..
ast The AST package declares the types used to represent syntax trees for Go packages.
doc The doc package extracts source code documentation from a Go AST.
parser A parser for Go source files.
printer The printer package implements printing of AST nodes.
scanner A scanner for Go source text.
token This package defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).