fn handle_identifier(state: &mut LexerState<'_>, start_pos: usize)
Expand description
Handles alphabetic identifiers and keywords
ยงArguments
state
- The current lexer statestart_pos
- The starting position of the identifier in the input
fn handle_identifier(state: &mut LexerState<'_>, start_pos: usize)
Handles alphabetic identifiers and keywords
state
- The current lexer statestart_pos
- The starting position of the identifier in the input