Function handle_identifier

Source
fn handle_identifier(state: &mut LexerState<'_>, start_pos: usize)
Expand description

Handles alphabetic identifiers and keywords

ยงArguments

  • state - The current lexer state
  • start_pos - The starting position of the identifier in the input