Edit

kc3-lang/kc3/test/ic3/defoperator.in

Branch :

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