pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Infix operator change not shown #84

Open tsantalis opened 1 year ago

tsantalis commented 1 year ago

Math-65

* is not shown as added. I suppose this might be related to a change in the tree structure. On the right, there is a single infix expression with an extended operand, while on the left, there are two nested infix expressions.

Screenshot from 2023-06-11 15-56-58

pouryafard75 commented 10 months ago

Closure-138 Is also related to infix expressions.

tsantalis commented 10 months ago

Closure-138 redundant multi-mapping

Screenshot from 2023-12-14 21-18-56

tsantalis commented 9 months ago

@pouryafard75

The !(...) operator should have been matched with !unflowable, because && !nonLocalInferredSlot is newly added condition

Screenshot from 2023-12-26 21-44-19

tsantalis commented 6 months ago

Perfected as shown in screenshot

Screenshot from 2024-04-01 17-46-00