Skip to content

Type conversion cases && EDIV for parse instr

7A1T requested to merge 7a1t@Script_ir_traslator-types into master
  • Case EDIV_nat (nat nat)
  • Case EDIV_nat (nat int)
  • Case EDIV_int (int nat)
  • Case EDIV_int (int int)
  • Case EDIV_teznat (mutez nat)
  • Case EDIV_tez (mutez mutez)
  • Case IInt_bls12_381_fr (int of bls12_381_fr)
  • Case I_int_nat (int of nat)
  • Case I_ISNAT (int)
Edited by 7A1T

Merge request reports