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

GH #69: Support all builtin filehandles: #70

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

This adds support for all the existing builtin filehandles.

It adds them as an option for:

We don't yet support diamond or double diamond, but they will need to be added there.

Resolves #69.