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: subroutines #17

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

This is mentioned covered under #5 but I'm creating a separate ticket for it to keep track.

At the moment we will not be parsing the definition of sigantures or prototypes. Perhaps in the future, we'll improve the parsing to also understand what they do.

xsawyerx commented 4 years ago

Fixed in #36.