pub fn lex( input: &str, src: impl IntoInputSrc, inputs: &mut Inputs, ) -> (Vec<Sp<Token>>, Vec<Sp<LexError>>, InputSrc)
Lex a Uiua source file