index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
gri
/
pretty
/
parser.go
Age
Commit message (
Expand
)
Author
2009-03-31
daily snapshot:
Robert Griesemer
2009-03-31
- incorporation of suggestions by rsc
Robert Griesemer
2009-03-30
daily snapshot:
Robert Griesemer
2009-03-27
- receiver syntax verification
Robert Griesemer
2009-03-27
Significant parser cleanup:
Robert Griesemer
2009-03-26
- adjustments to match slightly changed scanner interface
Robert Griesemer
2009-03-26
- adjustments to match new token/scanner/ast
Robert Griesemer
2009-03-26
- introduce explicit Token type
Robert Griesemer
2009-03-25
adjustments matching updated ast
Robert Griesemer
2009-03-20
- completed AST cleanup
Robert Griesemer
2009-03-17
daily snapshot:
Robert Griesemer
2009-03-16
daily snapshot:
Robert Griesemer
2009-03-13
daily snapshot:
Robert Griesemer
2009-03-12
daily snapshot:
Robert Griesemer
2009-03-11
complain when trying to put T into an interface
Russ Cox
2009-03-11
- update pretty sources to match new scanner interface
Robert Griesemer
2009-03-10
snapshot of today
Robert Griesemer
2009-03-10
- adjustments due to changed tabwriter interface
Robert Griesemer
2009-03-05
Lots of cleanups in prep. for checking in parser and ast into lib:
Robert Griesemer
2009-03-03
Preparation for moving scanner into a lib:
Robert Griesemer
2009-03-03
- allow ()'s and {}'s for now when parsing calls/composite literals
Robert Griesemer
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-03-02
scanner cleanup - getting it ready to as a library
Robert Griesemer
2009-02-27
Steps 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 syntax
Robert Griesemer
2009-02-13
- vector package (identical to array except for names)
Robert Griesemer
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-02-12
- fixed bugs related to the empty statement
Robert Griesemer
2009-02-11
insert type assertions when narrowing.
Russ Cox
2009-02-06
- preparation for setting up types
Robert Griesemer
2009-02-05
- caseify parser functions (all but a few should not be exported)
Robert Griesemer
2009-02-05
snapshot:
Robert Griesemer
2009-02-04
today's snapshot: steps towards using interfaces for statements in ast
Robert Griesemer
2009-02-03
- converted expr representation of ast into a new representation
Robert Griesemer
2009-01-30
- changed pretty parser to parse and print new function type syntax
Robert Griesemer
2009-01-26
defer statement
Robert Griesemer
2009-01-23
- snapshot before making larger change
Robert Griesemer
2009-01-23
snapshot before making more changes:
Robert Griesemer
2009-01-20
- updated pretty (removed "export")
Robert Griesemer
2009-01-20
delete export
Russ Cox
2009-01-16
casify struct fields
Robert Griesemer
2009-01-15
casify pretty
Robert Griesemer
2009-01-15
- added mechanism to detect capitalization issues
Robert Griesemer
2009-01-14
- use new letter definition for pretty
Robert Griesemer
2009-01-12
- removed an unnecessary field from AST.Expr nodes
Robert Griesemer
2009-01-09
- preparation to add type info to ast
Robert Griesemer
2009-01-08
- first (global) idents with proper links to declarations in html output
Robert Griesemer
2009-01-08
- fixed a bug with building right-recursive trees iteratively
Robert Griesemer
2009-01-07
- more steps towards tracking idents in scopes
Robert Griesemer
[next]