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

Support all keywords #5

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

This is a TODO placeholder for all keywords in perlfunc. Once this is done.... we're technically done. :)

Control flows:

File ops:

Regex-based:

Q functions:

Additional syntax:

xsawyerx commented 4 years ago

Resolved by #78.