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
10136
2025/02/23 17:37:16
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
872
2024/06/07 22:41:30
minor cleanup
-
phrase.go
5883
2024/11/27 20:36:13
added func comment for new Parser.Iter method
-
reader.go
1505
2025/02/22 19:03:39
corrected reader.length method to report bytes read, not slice pos
-
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
7786
2025/02/26 20:23:26
corrected recording of 'found' status
-
tokeniser_test.go
8067
2025/02/26 20:23:26
corrected recording of 'found' status