xsawyerx / guacamole

Guacamole is a parser toolkit for Standard Perl. It provides fully static BNF-based parsing capability to a reasonable subset of Perl.
https://metacpan.org/pod/Guacamole
20 stars 8 forks source link

Syntax: ellipsis #19

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

... should be supported as a statement, not expression.

do {...} is correct, but return ... or $foo or ... should fail.

xsawyerx commented 4 years ago

PR available at #25.

xsawyerx commented 4 years ago

Resolved.