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

Syntax: Flip-flop operators #22

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

We can support .. as an infix operator, but ... needs to be detected because it's different than the ellipsis operator.

Range Operators under perlop.

xsawyerx commented 4 years ago

Whoops. We already support these.