Commit Graph

17 Commits

Author SHA1 Message Date
Erick Tryzelaar
c7b6f45d7a explicit expect_{seq,map} should error on another collection type
150ns vs 195ns
2014-05-21 06:47:58 -07:00
Erick Tryzelaar
23630be5dd Collections should work with multiple types 2014-05-20 19:38:48 -07:00
Erick Tryzelaar
2f266aa67b Split out multiple collection types: 153ns vs 194ns
This allows a consumer of a deserializer stream to know what
type it might be dealing with.
2014-05-20 19:22:23 -07:00
Erick Tryzelaar
54d41da743 cleanup, and revert back to the separator, 162ns vs 205ns 2014-05-19 19:41:38 -07:00
Erick Tryzelaar
db257057e2 support both LL(0) and LL(1) grammars 2014-05-19 18:44:20 -07:00
Erick Tryzelaar
a41c64f735 macrotize tuple impls 2014-05-19 17:53:24 -07:00
Erick Tryzelaar
2158f91589 simplify deserializing numbers 2014-05-19 09:48:58 -07:00
Erick Tryzelaar
3ec4829d7c partially implement deserializing options 2014-05-19 09:47:16 -07:00
Erick Tryzelaar
0765c4e7d2 remove CollectionSep, 162ns vs 191ns 2014-05-19 08:29:16 -07:00
Erick Tryzelaar
989b6c5282 fix partial performance hit: 163ns vs 200ns 2014-05-19 08:22:18 -07:00
Erick Tryzelaar
6d13ee2ec8 add size hints: 167ns vs 290ns 2014-05-19 08:11:23 -07:00
Erick Tryzelaar
db242fed53 Experiment with lookahead, it's a tad slower than before 2014-05-19 07:55:05 -07:00
Erick Tryzelaar
e34dcdcd18 generate impls for many primitive types 2014-05-19 07:18:35 -07:00
Erick Tryzelaar
80d4518a67 Clean up the APIs, assuming some things land in rust HEAD 2014-05-17 22:42:48 -07:00
Erick Tryzelaar
54950635d9 Update to head 2014-05-17 20:18:32 -07:00
Erick Tryzelaar
13fd782ac2 initial work with json 2014-05-16 21:21:05 -07:00
Erick Tryzelaar
9bd5764574 initial commit 2014-05-16 07:15:02 -07:00