#1035: PIR should allow comments between .param lines
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  minor   |   Milestone:       
Component:  none    |     Version:  trunk
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------
 See [http://rt.perl.org/rt3/Ticket/Display.html?id=46499 Original ticket]

 {{{
 $ more foo.pir
 .sub main :main
 .param pmc b
 # hi
 .param pmc c
 .end
 $ ./parrot foo.pir
 error:imcc:syntax error, unexpected PARAM ('.param')
         in file 'foo.pir' line 4

 }}}

 Tests in t/compilers/imcc/syn/regressions.t

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1035>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to