It looks like [`cpp_syn`](https://github.com/mystor/cpp_syn) uses low and high indices into the input string like so: ```rust pub struct Span { pub lo: usize, pub hi: usize, } ``` @mystor if we are able to provide the same thing here, would that eliminate the need for cpp_syn?