CharlesAverill / prettybird

GNU General Public License v3.0
7 stars 2 forks source link

Revamp number system #50

Closed CharlesAverill closed 2 years ago

CharlesAverill commented 2 years ago

Adds plus, minus, mul, div, modulus, exponent operators, a unary negative operator, parentheses precedence, and interoperable arithmetic rules between points and numbers. Need better error messages for when using the wrong type, I'll do that in the type system update

diohabara commented 2 years ago

LGTM