summaryrefslogtreecommitdiff
path: root/src/text/scanner
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-172-1/+20
* 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-272-17/+16
* text/scanner: rename AllowNumberbars to AllowDigitSeparatorsRobert Griesemer2019-06-202-16/+16
* text/scanner: don't liberally consume (invalid) floats or underbarsRobert Griesemer2019-02-202-21/+64
* text/scanner: accept new Go2 number literalsRobert Griesemer2019-02-112-109/+371
* text/scanner: don't crash when calling TokenText in error handlerRobert Griesemer2019-02-112-2/+23
* text/scanner: don't allow Float exponents with no mantissaBen Hoyt2018-08-202-0/+30
* text/scanner: return RawString token rather than String for raw string literalsShengyu Zhang2018-05-082-9/+9
* text/scanner: add examplesAdam Woodbeck2018-03-101-1/+105
* text/scanner: clarify documentation on Pos and PositionRobert Griesemer2017-05-141-1/+4
* text/scanner: use correct token position in exampleRobert Griesemer2017-05-121-19/+16
* text/scanner: better error message if no error handler is installedRobert Griesemer2016-05-253-49/+47
* 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-242-11/+38
* text/scanner: avoid further reads after EOFRobert Griesemer2015-05-132-9/+33
* text/scanner: Fix EOF reporting on strange ReadersEvan Phoenix2015-04-012-2/+31
* 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-082-0/+1311