parser
Package parser is a simple helper package for parsing strings, byte slices and io.Readers
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2015/11/02 17:47:57
Added License
-
README.md
10604
2025/03/30 18:25:21
updated README
-
byteparse.go
1324
2025/02/22 18:31:05
added method to get a sub-tokeniser, which can call Get without resetting the data on the primary tokeniser
-
examples_test.go
1259
2025/02/22 19:57:30
restructured tests
-
go.mod
46
2024/11/27 20:33:53
update go version
-
parser.go
1132
2025/03/16 18:10:26
added simpler RuneReader tokeniser
-
phrase.go
5849
2025/03/12 21:11:32
use slices.Clone
-
reader.go
1523
2025/03/16 19:19:34
corrected length method implementation for runeSourceParser and readerParser
-
rune.go
1417
2025/03/16 19:19:34
corrected length method implementation for runeSourceParser and readerParser
-
strparse.go
1292
2025/02/22 18:31:05
added method to get a sub-tokeniser, which can call Get without resetting the data on the primary tokeniser
-
tokeniser.go
8079
2025/03/30 18:25:03
added AcceptRune method
-
tokeniser_test.go
9599
2025/03/30 18:25:09
added AcceptRune tests