index
:
oec/goparsify.git
master
parsify in go
oec
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json
Age
Commit message (
Expand
)
Author
2017-08-13
Update benchmarks
Adam Scarr
2017-08-13
Use .Token to return from StringLit to avoid convT2E
Adam Scarr
2017-08-13
Clean up autows
Adam Scarr
2017-08-13
Pass result in instead of returning
Adam Scarr
2017-08-13
Add map shorthand
Adam Scarr
2017-08-11
Fix unexported Unmarshal
Adam Scarr
2017-08-11
Add go report card
Adam Scarr
2017-08-10
Improve cut godoc
Adam Scarr
2017-08-10
Unicode safe by default
Adam Scarr
2017-08-10
Add parse logging
Adam Scarr
2017-08-09
Add godoc
Adam Scarr
2017-08-09
Rename some things
Adam Scarr
2017-08-08
Add readme and calc example
Adam Scarr
2017-08-08
Add a larger json benchmark
Adam Scarr
2017-08-08
Add NumberLit parser and complete json spec
Adam Scarr
2017-08-08
Move String to its own file
Adam Scarr
2017-08-08
complete string implementation
Adam Scarr
2017-08-07
Add Bind for constants
Adam Scarr
2017-08-07
More perf tweaks
Adam Scarr
2017-08-07
*Node -> Node
Adam Scarr
2017-08-07
AutoWS
Adam Scarr
2017-08-07
add debugging
Adam Scarr
2017-08-07
Return Node instead of interface
Adam Scarr
2017-08-06
Eliminate a bunch of allocations
Adam Scarr
2017-08-06
Add a json parser
Adam Scarr