Satyaprakash Buddhavarapu

Results 2 issues of Satyaprakash Buddhavarapu

One feature of scala parser combinators is the ability to get line number and position of parse error. Is there a way to achieve this here?

1. Added a dropTake(drop: Int, num: Int) method which will drop first 'drop' elements and then take the next 'num' elements. 2. Added a test for take(num: Int) 3. Added...