Returns the flags for the current token.
(&self)
| 131 | |
| 132 | /// Returns the flags for the current token. |
| 133 | pub(crate) const fn current_flags(&self) -> TokenFlags { |
| 134 | self.current_flags |
| 135 | } |
| 136 | |
| 137 | /// Helper function to push the given error, updating the current range with the error location |
| 138 | /// and return the [`TokenKind::Unknown`] token. |
no outgoing calls