Hash :
fe212e19
Author :
Thomas de Grivel
Date :
2024-08-27T14:02:44
quote %KC3.Operator{symbol_value: void}
%KC3.Operator{symbol_value: void}
quote def operator_muul = %KC3.Operator{sym: :****, symbol_value: cfn Tag "tag_mul" (Tag, Tag, Result), operator_precedence: 11, operator_associativity: :left}
def operator_muul = %KC3.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
quote to_lisp(quote 4 **** 4 + 4)
to_lisp(quote 4 **** 4 + 4)