[svn:parrot] r37097 - trunk/examples/pir

NotFound at svn.parrot.org NotFound at svn.parrot.org
Tue Mar 3 16:56:54 UTC 2009


Author: NotFound
Date: Tue Mar  3 16:56:53 2009
New Revision: 37097
URL: https://trac.parrot.org/parrot/changeset/37097

Log:
[examples] fix interlang.bas and interlang.pir instructions, PacoLinux++

Modified:
   trunk/examples/pir/interlangs.bas
   trunk/examples/pir/interlangs.pir

Modified: trunk/examples/pir/interlangs.bas
==============================================================================
--- trunk/examples/pir/interlangs.bas	Tue Mar  3 16:46:58 2009	(r37096)
+++ trunk/examples/pir/interlangs.bas	Tue Mar  3 16:56:53 2009	(r37097)
@@ -7,7 +7,7 @@
 140 REM + from pirric basic interpreter                                      +
 150 REM + First build perl6, ecmascript and pipp                             +
 160 REM + Then do:                                                           +
-170 REM + ../../parrot -L /yourparrotdir/languages/perl6 \                   +
+170 REM + ../../parrot -L /yourparrotdir/languages/rakudo \                  +
 180 REM +              -L /yourparrotdir/languages/ecmascript \              +
 190 REM +              -L /yourparrotdir/languages/pipp \                    +
 200 REM +               pirric.pir interlang.bas                             +

Modified: trunk/examples/pir/interlangs.pir
==============================================================================
--- trunk/examples/pir/interlangs.pir	Tue Mar  3 16:46:58 2009	(r37096)
+++ trunk/examples/pir/interlangs.pir	Tue Mar  3 16:56:53 2009	(r37097)
@@ -6,9 +6,9 @@
 
 # First build perl6, ecmascript and pipp
 # Then do:
-# ../../parrot -L /yourparrotdir/languages/rakudo
-#              -L /yourparrotdir/languages/ecmascript
-#              -L /yourparrotdir/languages/pipp
+# ../../parrot -L /yourparrotdir/languages/rakudo \
+#              -L /yourparrotdir/languages/ecmascript \
+#              -L /yourparrotdir/languages/pipp \
 #              interlangs.pir
 
 #-----------------------------------------------------------------------


More information about the parrot-commits mailing list