Implemented arithmetic substitution

This commit is contained in:
2025-03-07 04:30:17 -05:00
parent 11576e9e08
commit fb0a3af428
11 changed files with 201 additions and 55 deletions

View File

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