| ... | @@ -10,7 +10,7 @@ const u256 = @IntType(false, 256); | ... | @@ -10,7 +10,7 @@ const u256 = @IntType(false, 256); |
| 10 | | 10 | |
| 11 | // A single token slice into the parent string. | 11 | // A single token slice into the parent string. |
| 12 | // | 12 | // |
| 13 | // Use `token.slice()` on the inptu at the current position to get the current slice. | 13 | // Use `token.slice()` on the input at the current position to get the current slice. |
| 14 | pub const Token = struct { | 14 | pub const Token = struct { |
| 15 | id: Id, | 15 | id: Id, |
| 16 | // How many bytes do we skip before counting | 16 | // How many bytes do we skip before counting |