# New Ticket Created by  "Clinton A. Pierce" 
# Please include the string:  [perl #21729]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21729 >


Example:

        set I0, 1e20
        end

Results in:

        (error) line 2: parse error, unexpected IDENTIFIER, expecting '\n'
        Didn't create output asm.

A larger example is BASIC's Connect-4 game:

        c:> cd parrot\languages\basic\compiler
        c:> compile.pl samples\conn4.bas
        c:> ..\..\..\languages\imcc\imcc.exe TARG_test.pasm

Results in:

        (error) line 4329: parse error, unexpected IDENTIFIER, expecting '\n'
        Didn't create output asm.




Reply via email to