fn handle_equals(state: &mut LexerState<'_>, start_pos: usize)
Expand description
Handles equals character (assignment or equality)
ยงArguments
state
- The current lexer statestart_pos
- The starting position of the equals in the input
fn handle_equals(state: &mut LexerState<'_>, start_pos: usize)
Handles equals character (assignment or equality)
state
- The current lexer statestart_pos
- The starting position of the equals in the input