johneastman / boomerang

An interpreted programming language written in Python
https://jeastman.pythonanywhere.com/
MIT License
0 stars 0 forks source link

Rename `BinaryExpression` and `UnaryExpression` #59

Closed johneastman closed 1 year ago

johneastman commented 1 year ago

Ensure naming consistency between prefix, infix, and postfix expressions. Postfix expressions are already called PostfixExpression.

BinaryExpression -> InfixExpression UnaryExpression -> PrefixExpression

johneastman commented 1 year ago

Commit: https://github.com/johneastman/boomerang/commit/88c02d6880e888e9e697f27d2ff9dd35bf2fa888