stefan-brus / dmath

Mathematical expression evaluator written in D
2 stars 0 forks source link

Add basic math operators #5

Closed stefan-brus closed 10 years ago

stefan-brus commented 10 years ago

Add functionality for the basic math operators subtraction, multiplication and division.

Divison should have the same precedence as multiplication, which should have higher precedence than additon and subtraction, which should have the same.

stefan-brus commented 10 years ago

All basic math operators have been added.