Lines Matching full:scanner
244 * go/scanner: better panic diagnostic.
759 * go/scanner: idiomatic receiver names.
942 * go/scanner: use explicit scanner.Mode type.
1035 * go/scanner: fix example (thanks Olivier Duperray).
1151 * go/scanner: 17% faster scanning, remove InsertSemis mode.
1259 * go/scanner: strip CRs from raw literals.
1717 scanner -> text/scanner
1993 * go/scanner: remove AllowIllegalChars mode.
2034 * scanner: invalidate scanner.Position when no token is present.
2546 * scanner: correct error position for illegal UTF-8 encodings.
2907 * exp/template: lexical scanner for new template package.
3034 * big: make Int and Rat implement fmt.Scanner (thanks Evan Shaw),
3064 * go/scanner: don't allow "0x" and "0X" as integers (thanks Evan Shaw).
3452 * go/scanner: better TokenString output.
3540 * scanner: treat line comments like in Go.
3585 * go/scanner: to interpret line comments with Windows filenames (thanks Alex Brainman).
3870 * fmt: stop giving characters to the Scan method of Scanner when we hit a newline in Scanln.
4127 * go/scanner: fix build (adjust scanner EOF linecount).
4155 * scanner: fix Position returned by Scan, Pos,
4204 * go/scanner: Make Init take a *token.File instead of a *token.FileSet.
4405 * go/token,scanner: fix comments so godoc aligns properly.
4471 * go/scanner: remove Tokenize - was only used in tests
4622 * go/scanner: bug fixes, revisions, and more tests.
4880 * go/scanner: treat EOF like a newline for purposes of semicolon insertion.
5104 * scanner: fix incorrect reporting of error in Next (thanks Kyle Consalus).
5332 * scanner: better comment.
5462 * go/scanner: report illegal escape sequences.
5570 * json: accept escaped slash in string scanner (thanks Michael Hoisie),
5655 * json: Marshal, Unmarshal using new scanner,
5657 scanner, Compact, Indent, and tests,
5676 * scanner: implement Peek() to look at the next char w/o advancing.
6053 scanner: new lightweight scanner package