Skip to content

Warf-0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 08:01
· 28 commits to master since this release
30e4dcd
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