kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

8f_if_binops.expected (152B)


      1 mul_ok
      2 div_ok
      3 mod_ok
      4 add_ok
      5 sub_ok
      6 shl_ok
      7 shr_ok
      8 lt_ok
      9 gt_ok
     10 le_ok
     11 ge_ok
     12 eq_ok
     13 ne_ok
     14 band_ok
     15 bxor_ok
     16 bor_ok
     17 logand_ok
     18 logor_ok
     19 prec_ok
     20 paren_ok
     21 tern_ok