Hash :
0a2d47e2
Author :
Thomas de Grivel
Date :
2024-06-25T14:03:24
%C3.Operator{}
%C3.Operator{sym: :+, symbol_value: ?, operator_precedence: 0, operator_associativity: :left}
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