danilopedraza / komodo

The Komodo programming language code repository
https://komodo-lang.org/
GNU General Public License v3.0
7 stars 0 forks source link

Handling division by zero #48

Closed danilopedraza closed 4 months ago

danilopedraza commented 4 months ago

Divisions by zero are checked when creating fractions, but not when operating with numbers. This causes the interpreter to panic.