Matching something like self new test; test it is matched as OperandCascade with self as operand and new test and test as MessageChains. I was wondering whether that should be an UnaryCascade.
In case it shouldn't. What is an UnaryCascade and what a BinaryCascade? I can't find an example that is matched as one of those.
Matching something like
self new test; test
it is matched as OperandCascade withself
as operand andnew test
andtest
as MessageChains. I was wondering whether that should be an UnaryCascade.In case it shouldn't. What is an UnaryCascade and what a BinaryCascade? I can't find an example that is matched as one of those.