mentat/tools
Nick Alexander 8e2d795778
[cli] Handle line comments in EDN input. (#759) (#761) r=grisha
What was happening is that ["[;", "]"] would get glued to "[; ]",
which of course can never complete.

It would be good to add tests of this, but the existing multi-line
`InputReader` makes that challenging and I don't want to invest the
time to improve it: I expect it to be overhauled as part of a
transition away from parsing with `combine` and toward parsing with
`rust-peg`.
2018-06-22 14:34:16 -07:00
..
cli [cli] Handle line comments in EDN input. (#759) (#761) r=grisha 2018-06-22 14:34:16 -07:00
mentatweb/src Begin moving web server to a separate crate. (#448) r=bgrins 2017-05-10 02:25:59 -07:00