aboutsummaryrefslogtreecommitdiff
path: root/usr/gri/pretty/parser.go
AgeCommit message (Expand)Author
2009-03-31daily snapshot:Robert Griesemer
2009-03-31- incorporation of suggestions by rscRobert Griesemer
2009-03-30daily snapshot:Robert Griesemer
2009-03-27- receiver syntax verificationRobert Griesemer
2009-03-27Significant parser cleanup:Robert Griesemer
2009-03-26- adjustments to match slightly changed scanner interfaceRobert Griesemer
2009-03-26- adjustments to match new token/scanner/astRobert Griesemer
2009-03-26- introduce explicit Token typeRobert Griesemer
2009-03-25adjustments matching updated astRobert Griesemer
2009-03-20- completed AST cleanupRobert Griesemer
2009-03-17daily snapshot:Robert Griesemer
2009-03-16daily snapshot:Robert Griesemer
2009-03-13daily snapshot:Robert Griesemer
2009-03-12daily snapshot:Robert Griesemer
2009-03-11complain when trying to put T into an interfaceRuss Cox
2009-03-11- update pretty sources to match new scanner interfaceRobert Griesemer
2009-03-10snapshot of todayRobert Griesemer
2009-03-10- adjustments due to changed tabwriter interfaceRobert Griesemer
2009-03-05Lots of cleanups in prep. for checking in parser and ast into lib:Robert Griesemer
2009-03-03Preparation for moving scanner into a lib:Robert Griesemer
2009-03-03- allow ()'s and {}'s for now when parsing calls/composite literalsRobert Griesemer
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-03-02scanner cleanup - getting it ready to as a libraryRobert Griesemer
2009-02-27Steps towards a general scanner/parser library for Go:Robert Griesemer
2009-02-19- permit ()'s in types (TODO: update spec)Robert Griesemer
2009-02-13- accept new composite literal syntaxRobert Griesemer
2009-02-13- vector package (identical to array except for names)Robert Griesemer
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-02-12- fixed bugs related to the empty statementRobert Griesemer
2009-02-11insert type assertions when narrowing.Russ Cox
2009-02-06- preparation for setting up typesRobert Griesemer
2009-02-05- caseify parser functions (all but a few should not be exported)Robert Griesemer
2009-02-05snapshot:Robert Griesemer
2009-02-04today's snapshot: steps towards using interfaces for statements in astRobert Griesemer
2009-02-03- converted expr representation of ast into a new representationRobert Griesemer
2009-01-30- changed pretty parser to parse and print new function type syntaxRobert Griesemer
2009-01-26defer statementRobert Griesemer
2009-01-23- snapshot before making larger changeRobert Griesemer
2009-01-23snapshot before making more changes:Robert Griesemer
2009-01-20- updated pretty (removed "export")Robert Griesemer
2009-01-20delete exportRuss Cox
2009-01-16casify struct fieldsRobert Griesemer
2009-01-15casify prettyRobert Griesemer
2009-01-15- added mechanism to detect capitalization issuesRobert Griesemer
2009-01-14- use new letter definition for prettyRobert Griesemer
2009-01-12- removed an unnecessary field from AST.Expr nodesRobert Griesemer
2009-01-09- preparation to add type info to astRobert Griesemer
2009-01-08- first (global) idents with proper links to declarations in html outputRobert Griesemer
2009-01-08- fixed a bug with building right-recursive trees iterativelyRobert Griesemer
2009-01-07- more steps towards tracking idents in scopesRobert Griesemer