Skip to content

Commit

Permalink
Update parser/src/earley/parser.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal authored Sep 26, 2024
1 parent aadf449 commit 6dd87a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/earley/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl Scratch {
}
}

// Set current working Earley set to the single item
// Set current working Earley to empty set
// The set backing data is at `pos`
fn new_row(&mut self, pos: usize) {
self.row_start = pos;
Expand Down

0 comments on commit 6dd87a7

Please sign in to comment.