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

$foo->$#* is correct, $foo->$# is not #61

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

The tests that fail, fail because we don't return an error, just empty.

It's empty because we didn't catch all the types of things that didn't finish parsing when reporting.