More edge case work

This commit is contained in:
2025-03-07 21:02:26 -05:00
parent 972e2ceefa
commit 67977f96eb
9 changed files with 113 additions and 68 deletions

View File

@@ -394,6 +394,9 @@ tkrule_def!(ArithSub, |input: &str| {
_ => { /* Continue */ }
}
}
if is_arith_sub {
break
}
}
' ' | '\t' | ';' | '\n' => return None,
_ => { /* Continue */ }