Replies: 1 comment 1 reply
-
Yes, this was an annoying part for some of the examples. In the short term, you could either
In the medium term, we'll likely be tweaking the parser interface in #72 which will make it so you pass in One idea I just had is if we make all of the input wrappers implement So the only thing I can think of is if we implemented |
Beta Was this translation helpful? Give feedback.
-
I am currently writing a simple parser and wanted to use
Located
as its input. An issue arises when I want to test the parse.I can only construct
Located
with::new
, and there is no way to advance the internal input. Is there some API I overlooked, or is this simply not the intended way?Beta Was this translation helpful? Give feedback.
All reactions