Re: [perl #21729] IMCC doesn't handle scientific notation constants

2003-03-29 Thread Leopold Toetsch
Clinton A. Pierce (via RT) wrote: set I0, 1e20 Currently it has to be: set I0, 1.e20 # dot inside leo

Re: [perl #21729] IMCC doesn't handle scientific notation constants

2003-03-29 Thread Leopold Toetsch
Mark Biggar wrote: On a related note does IMCC have a token or line length limit? Not currently, see BUGS. But there ought to be one. There are several places where e.g. an intermediate string is fixed with size 512 or so. We need some kind of notation for long string constants, that allow fo

Re: [perl #21729] IMCC doesn't handle scientific notation constants

2003-03-28 Thread Mark Biggar
Joseph F. Ryan wrote: # New Ticket Created by "Clinton A. Pierce" # Please include the string: [perl #21729] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21729 > Example: set I0, 1e20 end Results in:

Re: [perl #21729] IMCC doesn't handle scientific notation constants

2003-03-28 Thread Clinton A. Pierce
At 03:43 PM 3/28/2003 -0500, Joseph F. Ryan wrote: >Example: > > set I0, 1e20 > end > >Results in: > > (error) line 2: parse error, unexpected IDENTIFIER, expecting >'\n' > Didn't create output asm. > Should it, though? Although it would be pretty convienient, I think that

Re: [perl #21729] IMCC doesn't handle scientific notation constants

2003-03-28 Thread Joseph F. Ryan
># New Ticket Created by "Clinton A. Pierce" ># Please include the string: [perl #21729] ># in the subject line of all future correspondence about this issue. ># http://rt.perl.org/rt2/Ticket/Display.html?id=21729 > > > >Example: > > set I0, 1e20 > end > >Results in: > > (erro

[perl #21729] IMCC doesn't handle scientific notation constants

2003-03-28 Thread Clinton A. Pierce
# New Ticket Created by "Clinton A. Pierce" # Please include the string: [perl #21729] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21729 > Example: set I0, 1e20 end Results in: (error) line 2: