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

Add array and hash element access #43

Closed vickenty closed 4 years ago

vickenty commented 4 years ago

Fixes #42

Also add multi-deref option for the arrow operator: ->[1]{2} is now accepted.