1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:20:27 -07:00
The Go programming language
Go to file
Robert Griesemer d79f687ed8 - collect addition source position information in parser
for end of declarations, blocks, parameter lists, etc.
- use extra src positions to more accurately print comments
- fine-tuned low-level printing routine for comments
- added better debugging support

Status:
- comments now appear at the right place (inbetween the right tokens)
- newline control needs improvement (not very hard)
- comment printing disabled for now because pretty is not idempotent
with it; to enable: -comments

R=r
OCL=20079
CL=20079
2008-11-26 17:07:45 -08:00
doc - allow for multiple method names per function type in an interface decl. 2008-11-17 18:11:36 -08:00
include symbol table changes 2008-11-20 17:32:18 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src new stacktrace format 2008-11-25 17:17:54 -08:00
test change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
usr - collect addition source position information in parser 2008-11-26 17:07:45 -08:00