summaryrefslogtreecommitdiff
path: root/usr/gri/pretty/universe.go
AgeCommit message (Collapse)AuthorFilesLines
2009-02-06- preparation for setting up typesRobert Griesemer1-123/+0
- moved Object, Type, Scope out of AST into symboltable - moved universe into symboltable - removed dead code - fixed dependency computation (pretty -d filename.go) - lots of cleanups - removed tocken channel connection between parser and scanner (was cute, but not really needed) R=r OCL=24545 CL=24545
2009-01-20delete exportRuss Cox1-8/+8
TBR=r OCL=23121 CL=23127
2009-01-15casify prettyRobert Griesemer1-72/+72
R=r OCL=22899 CL=22899
2009-01-09- preparation to add type info to astRobert Griesemer1-45/+43
- consolidation of files, cleanup - more success producing idempotent output for some files with comments containing tabs - snapshot of the day R=r OCL=22474 CL=22474
2008-12-16fix syntax error (syntax accepted by 6g, but not by pretty printer)Robert Griesemer1-1/+1
R=r OCL=21385 CL=21385
2008-12-16Snapshot.Robert Griesemer1-0/+125
Preparations to track identifiers and declarations so that we can generate good html links as pretty printer output: - brought over old code and adjusted it - initial hookups, nothing really running yet R=r OCL=21383 CL=21383