ScanParse
PublicScanParse is a Rust CLI that tokenizes and parses simple arithmetic expressions into clear grammar steps. It supports identifiers, multi-digit numbers, +, *, and parentheses, with whitespace handling and basic error reporting. Built with Cargo, it ships with test inputs/outputs and a bash runner to verify results fast.