summaryrefslogtreecommitdiff
path: root/src/text/scanner/scanner.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* text/scanner: guard against installed IsIdentRune that accepts EOFRobert Griesemer2022-03-171-1/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* text/scanner: use Go convention in Position doc commentmehradsadeghi2021-07-181-1/+1
* text/scanner: remove AllowDigitSeparator flag againRobert Griesemer2019-06-271-15/+15
* text/scanner: rename AllowNumberbars to AllowDigitSeparatorsRobert Griesemer2019-06-201-15/+15
* text/scanner: don't liberally consume (invalid) floats or underbarsRobert Griesemer2019-02-201-21/+27
* text/scanner: accept new Go2 number literalsRobert Griesemer2019-02-111-78/+174
* text/scanner: don't crash when calling TokenText in error handlerRobert Griesemer2019-02-111-2/+4
* text/scanner: don't allow Float exponents with no mantissaBen Hoyt2018-08-201-0/+3
* text/scanner: return RawString token rather than String for raw string literalsShengyu Zhang2018-05-081-1/+1
* text/scanner: clarify documentation on Pos and PositionRobert Griesemer2017-05-141-1/+4
* text/scanner: better error message if no error handler is installedRobert Griesemer2016-05-251-8/+5
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* text/scanner: mention package when reporting errors to stderrRobert Griesemer2016-02-181-1/+1
* all: minor documentation tweaks for constantsKonstantin Shaposhnikov2015-09-091-1/+1
* text/scanner: add runnable example for packageCarlos C2015-06-241-11/+0
* text/scanner: avoid further reads after EOFRobert Griesemer2015-05-131-1/+5
* text/scanner: Fix EOF reporting on strange ReadersEvan Phoenix2015-04-011-2/+2
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+693