sibil/parser/tests
Eryn Wells c14c939ad3 [parser] ListParser can handle lists of more than 2 elements 😮
As ListParser sees items within its list, it assembles a vector of Pairs. When
the parser encounters ')', it assembles the pairs into an actual linked list and
returns the root Pair.

This work also revealed that I was asserting incorrectly in my single_pair test.
It should return Null instead of an empty Pair. Neat.

Closes #17.
2018-08-26 22:24:17 -07:00
..
lists.rs [parser] Add failing test for #17 2018-08-26 18:23:40 -07:00
single_item.rs [parser] ListParser can handle lists of more than 2 elements 😮 2018-08-26 22:24:17 -07:00