Edit

kc3-lang/kc3/test/ic3/defoperator.out.expected

Branch :

  • test/ic3/defoperator.out.expected
  • def operator_muul = %C3.Operator{sym: :****, symbol_value: cfn Tag "tag_mul" (Tag, Tag, Result), operator_precedence: 11, operator_associativity: :left}
    operator_muul
    4 **** 4
    16
    4 **** 4 **** 4
    64
    4 **** 4 + 4
    20