Skip to content

Instantly share code, notes, and snippets.

@masak
Created December 26, 2008 12:32
Show Gist options
  • Save masak/40057 to your computer and use it in GitHub Desktop.
Save masak/40057 to your computer and use it in GitHub Desktop.
$ make lua
../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pir --output=src/lua51_gen.pir src/lua51.pg
../../parrot ../../compilers/tge/tgc.pir --output=src/PASTGrammar_gen.pir src/PASTGrammar.tg
../../parrot ../../compilers/tge/tgc.pir --output=src/POSTGrammar_gen.pir src/POSTGrammar.tg
perl -i.bak -pe "s|'PAST::|'PAST;|" src/POSTGrammar_gen.pir
../../parrot -o lua.pbc --output-pbc lua.pir
make: *** [lua.pbc] Bus error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment