Opened 12 years ago

Last modified 12 years ago

#1754 new task

Change ADD/MUL to n-ary expressions

Reported by: Martin Sjölund Owned by: somebody
Priority: normal Milestone: Future
Component: Frontend Version:
Keywords: Cc: Adrian Pop, Peter Aronsson

Description

Change ADD/MUL to n-ary expressions in order to simplify simplifications:

record NARY
  Operator op;
  list<Exp> expl;
end NARY;

Change History (1)

comment:1 by Martin Sjölund, 12 years ago

Milestone: Future
Note: See TracTickets for help on using tickets.