Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A reference of the match compiler?


On Fri, 10 May 2019 08:02:33 -0400, "Mura Li" <mail@xxxxxxx> wrote:

> >> My question is, *should the Dtree of a match statement contain more than one 'any' node following the design of the algorithm*? Is that expected?
> >> As I understand(guess), it means the 'default' case of a switch statement.
> >> Am I correct?
> >> 
> Looking closer into it, I realized that I was wrong.
> Now, I am seeing it as a placeholder for wildcard variables, representing an unconditional branch (in contrast to a compare/conditional branch).

Yep, exactly.

-- 
    Ori Bernstein

References:
A reference of the match compiler?"Mura Li" <mail@xxxxxxx>
Re: A reference of the match compiler?Ori Bernstein <ori@xxxxxxxxxxxxxx>
Re: A reference of the match compiler?"Mura Li" <mail@xxxxxxx>
Re: A reference of the match compiler?"Mura Li" <mail@xxxxxxx>