Warf-0.0.4
github-actions
released this
04 Sep 08:01
·
28 commits
to master
since this release
Feature/add compound assignment operators (#9) * add Compound Assignment with test cases. * add test cases for underscore names, lexical errors, and numbers that start with 0. Modify coverage report to filter for only src files * errno == ERANGE was only triggering on windows, drop the whole check