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

defer block #125

Open xsawyerx opened 2 years ago

xsawyerx commented 2 years ago
defer { ... };
xsawyerx commented 2 years ago

Oddly enough, defer needs a semicolon, while try/catch/finally don't.