[go: up one dir, main page]

Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(192)

Issue 174092: code review 174092: Package scanner: parse input stream to produce primitiv...

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 1 month ago by yukuku
Modified:
16 years ago
Reviewers:
gri
CC:
golang-dev
Visibility:
Public.

Description

Package scanner: parse input stream to produce primitives like int, string, float, etc. Similar to java.util.Scanner or scanf. See example usage at: http://code.google.com/p/golang/

Patch Set 1 #

Patch Set 2 : code review 174092: Package scanner: parse input stream to produce primitiv... #

Patch Set 3 : code review 174092: Package scanner: parse input stream to produce primitiv... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/scanner/Makefile View 1 chunk +11 lines, -0 lines 0 comments Download
A src/pkg/scanner/scanner.go View 1 1 chunk +277 lines, -0 lines 0 comments Download
A src/pkg/scanner/scanner_test.go View 1 1 chunk +199 lines, -0 lines 0 comments Download

Messages

Total messages: 5
yukuku
Hello golang-dev@googlegroups.com, I'd like you to review the following change.
16 years, 1 month ago (2009-12-14 18:16:34 UTC) #1
gri1
I do have a pkg/scanner in the works that does much of what you want ...
16 years, 1 month ago (2009-12-14 19:46:31 UTC) #2
gri
[resending from correct account]. I do have a pkg/scanner in the works that does much ...
16 years, 1 month ago (2009-12-14 19:48:16 UTC) #3
rsc
16 years ago (2010-01-05 22:43:35 UTC) #4
gri
16 years ago (2010-01-13 19:26:59 UTC) #5
Please abandon this CL. I have checked in src/pkg/scanner which provides
general light-weight scanning abilities.
Thanks.
- gri

On Mon, Dec 14, 2009 at 10:16 AM, <yukuku@gmail.com> wrote:

> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review the following change.
>
>
> Description:
> Package scanner: parse input stream to produce primitives like int,
> string, float, etc.
> Similar to java.util.Scanner or scanf.
>
> See example usage at: http://code.google.com/p/golang/
>
> Please review this at http://codereview.appspot.com/174092
>
> Affected files:
>  M src/pkg/Makefile
>  A src/pkg/scanner/Makefile
>  A src/pkg/scanner/scanner.go
>  A src/pkg/scanner/scanner_test.go
>
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b