summaryrefslogtreecommitdiff
path: root/src/lib/go
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox6-47/+51
2009-04-16regenerate Makefiles.Russ Cox1-14/+23
2009-04-15code changes for array conversion.Russ Cox1-1/+1
2009-04-15godoc: use data-driven templates for html, text generationRuss Cox1-5/+27
2009-04-02require ";" separator after function literalsRobert Griesemer1-0/+1
2009-04-02- Ident node now takes a string Value instead of a []bytesRobert Griesemer2-11/+11
2009-04-02Some AST tuning:Robert Griesemer2-89/+89
2009-03-311) Move parser.go into src/lib/goRobert Griesemer4-24/+2053
2009-03-27- have explicit KeyValueExpr node instead of BinaryExpr ':' (as discussed)Robert Griesemer2-12/+17
2009-03-26minor tweaks:Robert Griesemer2-15/+40
2009-03-26move AST into src/lib/goRobert Griesemer2-2/+759
2009-03-26fix scanner initialization, add testRobert Griesemer2-2/+27
2009-03-26- renamed scanner.Location to token.PositionRobert Griesemer3-64/+74
2009-03-26- introduce explicit Token typeRobert Griesemer3-26/+29
2009-03-16added &^ and &^=Robert Griesemer3-2/+14
2009-03-12- remove special handling of '\n' characters (used to be treated as commentsRobert Griesemer2-187/+181
2009-03-11- scanner to track line/col number instead of byte position onlyRobert Griesemer2-67/+71
2009-03-10- allow unicode digits in identifiersRobert Griesemer2-28/+42
2009-03-09- more documentation adjustmentsRobert Griesemer2-6/+5
2009-03-09Fixing comment.Robert Griesemer1-2/+2
2009-03-09scanner.go documentationRobert Griesemer1-13/+18
2009-03-09token.go documentationRobert Griesemer1-10/+32
2009-03-09- directory rename lang -> goRobert Griesemer4-0/+1039