Yash Gupta

Results 14 comments of Yash Gupta

@ManyTheFish I will add the case for handling floating point numbers too, If the current approach doesn't work out. Let me add that, Will add the test cases also after...

@ManyTheFish ``` if s.parse::().is_ok() { Some(s) } else { self.current = self.segmenter.segment_str(s); self.next() } ``` I have tested for floating point numbers, but it's not working out as the string...

@moonmeister Can you assign this to me? I will raise the PR

@moonmeister Please review this PR. We can simplify this further