v1.4.1
fix: arithmetic parser skips spaces between same-precedence operators parseTerm/parseExpr while loops missed skip() between iterations, so "100 / 4 % 7" failed because the space before % caused early exit. Add skip() at end of each while body. Bump to v1.4.1. — opus 4.6