Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 4, 2024
1 parent c6d9e43 commit 9e7ed24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lenient_parse/internal/parse.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ fn parse_digit(
}
}

// TODO: Move this to some place that makes more sense
fn extraneous_token_error(token: Token, index) -> ParseError {
case token {
Digit(digit) -> InvalidDigitPosition(digit, index)
Expand Down

0 comments on commit 9e7ed24

Please sign in to comment.