# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #57014]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57014 >


Both

$ ./perl6 -e '1'

and

$ ../../parrot perl6.pbc -e '1'

give the error output

Lexical '$expr' not found
current instr.: 'parrot;Perl6;Grammar;Actions;statement' pc 137242
(src/gen_actions.pir:14471)
called from Sub 'parrot;Perl6::Grammar;statement' pc 25174
(src/gen_grammar.pir:3568)
called from Sub 'parrot;Perl6::Grammar;statementlist' pc 21882
(src/gen_grammar.pir:2414)
called from Sub 'parrot;Perl6::Grammar;statement_block' pc 19849
(src/gen_grammar.pir:1650)
called from Sub 'parrot;Perl6::Grammar;TOP' pc 16121 (src/gen_grammar.pir:224)
called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585
(src/PCT/HLLCompiler.pir:371)
called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438
(src/PCT/HLLCompiler.pir:303)
called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776
(src/PCT/HLLCompiler.pir:473)
called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1305
(src/PCT/HLLCompiler.pir:708)
called from Sub 'parrot;Perl6::Compiler;main' pc 14310 (perl6.pir:172)

Reply via email to