shingarov / MachineArithmetic

A mathematical foundation for Smalltalk-25
MIT License
17 stars 6 forks source link

Fix `PAtomEq>>evaluateIn:` #238

Closed shingarov closed 8 months ago

shingarov commented 8 months ago

This commit evaluates lhs and rhs of PAtomEq using (their) #evaluateIn: rather than going through EvalEnv >> evaluate:. The latter did not really work for anything by EVar and unnecessarily called down to Smalltalk compiler.