Jens Rieks <[EMAIL PROTECTED]> wrote: > Hi, > .namespace ["Source"] > .sub open method > .pcc_begin_return > .pcc_end_return > .end
> fails with > error:imcc:parse error, unexpected PARROT_OP, expecting IDENTIFIER Parrot opcode names are basically reserved words. There are some exceptions, where the lexer gets hints that now an identifier is expected, but this hints aren't by far everywhere. I know that this is suboptimal but fixing it for every piece in the parser is difficult. I'll have a look at above case, though. > jens leo