Hi,

On Tue, 14 Jul 2015, Richard Biener wrote:

> I know Micha detests the extra 'if' as much as the extra braces thus
> would have prefered
> 
>  (switch
>   (A) B
>   (B) C
>   (C) D
>   E)

The lispy way would have been

   (switch
    (A) (B)
    (C) (D)
    (E) (F)
    G)

i.e. parenthesize the result as well, which then would be unambiguously 
parsable.  But hey, it's your language ;)


Ciao,
Michael.

Reply via email to