Replaces the parser's dependence on streams with string_view, which won't copy to its internal buffers. Involves hand-rolling std::getline for string_view to preserve stream-like behaviour.
Replaces the parser's dependence on streams with string_view, which won't copy to its internal buffers. Involves hand-rolling std::getline for string_view to preserve stream-like behaviour.