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: labels #16

Open xsawyerx opened 4 years ago

xsawyerx commented 4 years ago

The Label concept is available but only used for keywords that need labels like next.

We still want proper labeling for expressions and blocks.