<- Back to shtanton's homepage
index
:
stred go
main
Prototype Go implementation of stred
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
walk
/
read.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely remove the path space
Charlie Stanton
2024-03-29
1
-2
/
+2
*
Move reading and writing of tokens into a separate package to prepare for oth...
Charlie Stanton
2023-05-12
1
-487
/
+7
*
Slightly improve code quality of JSONIn.Read
Charlie Stanton
2023-04-26
1
-2
/
+1
*
Refactor out from JSONIn.Read the code that pops the first value from the rea...
Charlie Stanton
2023-04-26
1
-41
/
+28
*
Update fillReadBuffer to use an empty structure as the root structure instead...
Charlie Stanton
2023-04-26
1
-9
/
+10
*
Improve the way state is tracked in fillReadBuffer
Charlie Stanton
2023-04-26
1
-74
/
+103
*
Fix minor bug with a few cases where fillReadBuffer was returning the wrong s...
Charlie Stanton
2023-04-26
1
-2
/
+2
*
Replace readString in walk/read.go with a faster implementation that makes be...
Charlie Stanton
2023-04-25
1
-90
/
+100
*
Completely rewrites the JSON parser to make more extensive use of slices and ...
Charlie Stanton
2023-04-25
1
-136
/
+316
*
Separates JSON parsing code into its own file
Charlie Stanton
2023-04-25
1
-0
/
+285