summaryrefslogtreecommitdiff
path: root/json/json.go
AgeCommit message (Collapse)Author
2021-05-07->kesim.orgÖzgür Kesim
2019-06-18vektah -> oec to make it self-containedÖzgür Kesim
2017-08-13Use .Token to return from StringLit to avoid convT2EAdam Scarr
2017-08-13Pass result in instead of returningAdam Scarr
2017-08-13Add map shorthandAdam Scarr
2017-08-11Fix unexported UnmarshalAdam Scarr
2017-08-11Add go report cardAdam Scarr
2017-08-10Improve cut godocAdam Scarr
2017-08-10Unicode safe by defaultAdam Scarr
2017-08-10Add parse loggingAdam Scarr
2017-08-09Add godocAdam Scarr
2017-08-09Rename some thingsAdam Scarr
2017-08-08Add readme and calc exampleAdam Scarr
2017-08-08Add a larger json benchmarkAdam Scarr
2017-08-08Add NumberLit parser and complete json specAdam Scarr
2017-08-08Move String to its own fileAdam Scarr
2017-08-08complete string implementationAdam Scarr
2017-08-07Add Bind for constantsAdam Scarr
2017-08-07*Node -> NodeAdam Scarr
2017-08-07AutoWSAdam Scarr
2017-08-07Return Node instead of interfaceAdam Scarr
2017-08-06Eliminate a bunch of allocationsAdam Scarr
2017-08-06Add a json parserAdam Scarr