Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Feb 06:40
· 267 commits to main since this release
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