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

List keywords can be used in a list #52

Closed vickenty closed 4 years ago

vickenty commented 4 years ago

This does not parse:

(1, 2, sort 3, 4)