# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #39483]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39483 >


This is a valid PGE::OpTable grammar:

grammar _Tcl::Grammar::Expr;

##proto 'prefix:-' is precedence('1=') {...}

...

This is not:

grammar _Tcl::Grammar::Expr;

#proto 'prefix:-' is precedence('1=') {...}

...

Apparently the double # is needed for comments.

Also, need to test comment handling in t/compilers/pge/03-optable.t

--
Will "Coke" Coleda
[EMAIL PROTECTED]


Reply via email to