Function enso_flexer::generate::step[][src]

pub fn step(groups: &Registry) -> ImplItem
Expand description

Generate the step function for the lexer.

This function is responsible for dispatching based on the current state, consuming a character, and returning the state to transition to.