pub fn python312_lexer(
haystack: &str,
out_tok_types: &str,
out_tok_starts: &str,
out_tok_lens: &str,
out_counts: &str,
haystack_len: u32,
) -> ProgramExpand description
GPU Python 3.12 sparse lexer.
Each invocation owns one byte offset. Token starts write their classification to the same index; all other offsets stay zero.