Function enso_flexer::generate::run_function[][src]

pub fn run_function(output_type_name: impl Str) -> Result<ImplItem, GenError>
Expand description

Generate the run function for the specialized lexer.

This function is what the user of the lexer will call to begin execution.