Open DemiMarie opened 4 months ago
This extends the approach used for begin match ... end to also cover (match ... ) and (if ...).
begin match ... end
(match ... )
(if ...)
Fixes #316
This extends the approach used for
begin match ... end
to also cover(match ... )
and(if ...)
.Fixes #316