Will Schroeder
Will Schroeder
With the requirement for values to implement Value, typically through the use of sentinel values, hard-to-diagnose bugs can crop up. The suggestion is an addition of a type to the...
MultiPeek is missing 2 methods from Peekable: next_if and next_if_eq. This pull request adds those two methods and two additional ones: nth_if and nth_if_eq. This will make MultiPeek a drop-in...
Following up from discussion in #440: The current implementation of a token's Error type makes use of the Default constructor. This works fine as a default, but you run into...