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

Comment char in beginning of string screws stuff up #66

Open xsawyerx opened 4 years ago

xsawyerx commented 4 years ago
"Fo#o"   # ok
"#Foo"   # not ok
'#Foo'   # not ok
"\#Foo"  # ok
'\#Foo'  # ok