-
Notifications
You must be signed in to change notification settings - Fork 602
Add Tokenizer::tokenize_with_location() API #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull Request Test Coverage Report for Build 472821192
💛 - Coveralls |
@@ -253,6 +253,31 @@ impl fmt::Display for Whitespace { | |||
} | |||
} | |||
|
|||
/// Location in input string | |||
#[derive(Debug, PartialEq, Clone)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be copy as well, as it is just a struct with u64,u64
This looks really cool @segoon . Could you fix the conflicts? |
Hi @segoon -- sorry for the delay in review. I am going to help out now with this repo and we are working to clear the backlog. Is this PR still something you would like to work on to help contribute? |
I am closing what look like stale PRs in this repo; I apologize in advance if this is a mistake -- please feel free to reopen if you want to keep working on this issue. |
Result<Vec<TokenWithLocation>, ..>
&'a str
instead