Descriptiongo/parser: Better comment for ParseFile.
The name ParseFile was kept as it indicates that
this function parses a Go 'SourceFile' per the
Go spec. Similarly, the other functions (ParseExpr,
ParseStmtList, ParseDeclList) parse the corresponding
constructs as defined in the Go spec.
Fixes issue 1311.
Patch Set 1 #Patch Set 2 : code review 3453042: go/parser: Better comment for ParseFile. #
Total comments: 1
Patch Set 3 : code review 3453042: go/parser: Better comment for ParseFile. #MessagesTotal messages: 5
|