[svn:parrot] r48510 - trunk/examples/languages/squaak/doc
barney at svn.parrot.org
barney at svn.parrot.org
Sun Aug 15 10:40:47 UTC 2010
Author: barney
Date: Sun Aug 15 10:40:47 2010
New Revision: 48510
URL: https://trac.parrot.org/parrot/changeset/48510
Log:
Fixed name of executable and name of pod file.
Modified:
trunk/examples/languages/squaak/doc/tutorial_episode_2.pod
Modified: trunk/examples/languages/squaak/doc/tutorial_episode_2.pod
==============================================================================
--- trunk/examples/languages/squaak/doc/tutorial_episode_2.pod Sun Aug 15 10:32:59 2010 (r48509)
+++ trunk/examples/languages/squaak/doc/tutorial_episode_2.pod Sun Aug 15 10:40:47 2010 (r48510)
@@ -24,7 +24,7 @@
compiler enters the interactive mode. Consider the first case, passing the file
test.sq, just as we did before:
- $ ./installable_squeak test.sq
+ $ ./installable_squaak test.sq
When invoking our compiler like this, the file test.sq is compiled and the
generated code (bytecode) is executed immediately by Parrot. How does this work,
@@ -50,7 +50,7 @@
This is an example of using the target option set to "parse", which will print
the parse tree of the input to stdout:
- $ ./installable_squeak --target=parse test.sq
+ $ ./installable_squaak --target=parse test.sq
In interactive mode, giving this input:
@@ -235,9 +235,8 @@
=over 4
-=item 1. PIR language specification: docs/pdds/draft/PDD19_pir.pod
+=item 1. PIR language specification: docs/pdds/pdd19_pir.pod
=back
=cut
-
More information about the parrot-commits
mailing list