Ticket #1035 (closed bug: fixed)
PIR should allow comments between .param lines
| Reported by: | coke | Owned by: | plobsing |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | trunk |
| Severity: | medium | Keywords: | |
| Cc: | Language: | blizkost | |
| Patch status: | Platform: |
Description
See 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
Change History
Note: See
TracTickets for help on using
tickets.
