Clinton A. Pierce (via RT) wrote:
set I0, 1e20
Currently it has to be:
set I0, 1.e20 # dot inside
leo
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
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:
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
># 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