8c0e1a02f5164e37360cbee4b0972150d7896a69
pest::Span and pest::Position both carry a ref to the input text, while we carry an Rc<String> so we don't have to supply the lifetime everywhere we use Spans (which is everywhere). They also calculate line information on-the-fly, while we cache it. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
Description
Bad stack-based language
Languages
Rust
100%