Created
December 26, 2008 12:32
-
-
Save masak/40057 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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