Paste2 Logo
  1. parrot/languages/perl6 masak$ make
  2. ../../parrot  /Users/masak/work/hobbies/parrot/runtime/parrot/library/PGE/Perl6Grammar.pbc \
  3.     --output=src/gen_grammar.pir \
  4.     src/parser/grammar.pg src/parser/grammar-oper.pg
  5. unable to parse regex at line 197, near "{\n    | <s"
  6. current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82)
  7. called from Sub 'parrot;PGE::Perl6Grammar;statement_corou' pc 3340 (EVAL_5:1164)
  8. called from Sub 'parrot;PGE::Perl6Grammar;statement' pc 20 (EVAL_5:8)
  9. called from Sub 'parrot;PGE::Perl6Grammar::Compiler;compile' pc 191 (runtime/parrot/library/PGE/Perl6Grammar.pir:156)
  10. called from Sub 'parrot;HLLCompiler;eval' pc 518 (runtime/parrot/library/Parrot/HLLCompiler.pir:343)
  11. called from Sub 'parrot;HLLCompiler;evalfiles' pc 827 (runtime/parrot/library/Parrot/HLLCompiler.pir:482)
  12. called from Sub 'parrot;HLLCompiler;command_line' pc 989 (runtime/parrot/library/Parrot/HLLCompiler.pir:549)
  13. called from Sub 'parrot;PGE::Perl6Grammar::Compiler;main' pc 16 (runtime/parrot/library/PGE/Perl6Grammar.pir:66)
  14. make: *** [src/gen_grammar.pir] Error 1
  15.  

This is the error that make spews out.