sibil/parser/src
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
..
parsers [parser] ListParser can handle lists of more than 2 elements 😮 2018-08-26 22:24:17 -07:00
lib.rs [parser] Add a test for parsing bools 2018-08-26 17:48:22 -07:00
main.rs [parser] Simple REPL that parses input and prints output 2018-08-25 20:38:54 -07:00