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

Disable two unreachable underscores values #37

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

Since __END__ and __DATA__ are unsupported yet, Marpa currently warns about them. It's annoying. Disabling them for now. Will reinstate them once we support them.