xo-reader2 stack: handle comparison expression (x == y)

This commit is contained in:
Roland Conybeare 2026-02-13 17:24:23 -05:00
commit cd38931c9d
2 changed files with 73 additions and 7 deletions

View file

@ -22,6 +22,12 @@ namespace xo {
**/
static DPrimitive_gco_2_gco_gco s_mul_gco_gco_pm;
/** polymorphic equality comparison
*
* TODO: this will want to move to x-numeric/
**/
static DPrimitive_gco_2_gco_gco s_equal_gco_gco_pm;
#ifdef NOT_YET
static Primitive_f64_1_f64 s_neg_f64_pm;