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: phases #18

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

You can define phases with sub. We will understand that. But we should also understand phases as keywords replacing sub:

xsawyerx commented 4 years ago

Fixed in #36.