sibil/parser
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
..
src [parser] ListParser can handle lists of more than 2 elements 😮 2018-08-26 22:24:17 -07:00
tests [parser] ListParser can handle lists of more than 2 elements 😮 2018-08-26 22:24:17 -07:00
Cargo.toml Rough outline of something resembling a parser (again...) 2017-04-15 21:01:28 -07:00