adam-mcdaniel / sage

A programming language that's wise beyond its bytes!🌱🌿🪴
https://adam-mcdaniel.net/sage-website
MIT License
414 stars 15 forks source link

Added typecheck fix for operators #31

Closed adam-mcdaniel closed 1 year ago

adam-mcdaniel commented 1 year ago

Inner expressions of operators were not typechecked. This allowed subexpressions of operators to do things like call functions with invalid arguments. This pull request fixes this bug.