Skip to content

Commit

Permalink
Merge d4f9e3d into 10652b6
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Nov 28, 2022
2 parents 10652b6 + d4f9e3d commit 6637f26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5775,6 +5775,11 @@ impl<'a> Parser<'a> {
}
Ok(sequence_options)
}

/// The index of the first unprocessed token.
pub fn index(&self) -> usize {
self.index
}
}

impl Word {
Expand Down

0 comments on commit 6637f26

Please sign in to comment.