rebcabin / masr

Meta ASR: replacement for aging ASDL
MIT License
4 stars 0 forks source link

Logical `Gt`, `GtE`, etc. #38

Open rebcabin opened 1 year ago

rebcabin commented 1 year ago

I began by restricting logical cmpops to Eq and NEq, but then discovered LogicalCompare expressions with Gt, GtE etc. in expr13-10040d8. I assume these are C-Like, in that true == 1 is Gt false == 0. In any event, they're a little weird.

certik commented 1 year ago

Yeah, probably we can just support Eq and NEq. This is low priority.