rebcabin / masr

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

ASDL `expr` is not sufficiently discriminating #25

Open rebcabin opened 1 year ago

rebcabin commented 1 year ago

Consider my notes on the following. I will fix this in MASR.

;; | LogicalCompare(expr left,   ;; must have type ::Logical
;;                  cmpop op,    ;; not all cmpop, only Eq and NotEq
;;                  expr right,  ;; must have type ::Logical
;;                  ttype type,
;;                  expr? value)