Re: "$" vars in PASM don't work, but aren't disallowed either

2008-04-15 Thread cognominal
This patch should fix the problem. Note that one needs to run flex so as to generate the dependant file that is tracked by svn. cd compilers/imcc flex -d -o imclexer.c imcc.l Index: compilers/imcc/imcc.l === --- compilers/imcc/imcc

Re: [perl #52858] "$" vars in PASM don't work, but aren't disallowed either

2008-04-14 Thread Klaas-Jan Stol
On Mon, Apr 14, 2008 at 12:26 AM, via RT Bob Rogers <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Bob Rogers > # Please include the string: [perl #52858] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=52858 > > >

[perl #52858] "$" vars in PASM don't work, but aren't disallowed either

2008-04-13 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #52858] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52858 > If you run the following PASM code: new P0, 'Integer' set P0, 77