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

Should "BuiltinFilehandle" be a legitimate Value? #122

Open xsawyerx opened 2 years ago

xsawyerx commented 2 years ago

Issue #112 is happening because readline EXPR will include Value but BuiltinFilehandle is not under Value. In other places where builtins are used, they are used explicitly in the parsing rules of the keyword.