Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:rakudo/rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 26, 2009
2 parents 9f506b9 + e9a06c1 commit 68b39d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README
Expand Up @@ -19,7 +19,12 @@ This will create a "perl6" or "perl6.exe" executable in the
current directory. Rakudo doesn't currently have a "make install"
target.

To run a Perl 6 program with Rakudo, issue a command like
If you don't have git installed, you can visit the Rakudo github page
at http://github.com/rakudo/rakudo/tree/master and clicking "Download".
Github will build a tarball or zip file for you. From there, unpack
the tarball or zip, and run the C<perl> and C<make> steps above.

To run a Perl 6 program with Rakudo, issue a command like:

$ ./perl6 hello.pl

Expand All @@ -43,7 +48,7 @@ to make sure that the Rakudo compiler is basically working and that
it's capable of running a simple test harness.

Running "make spectest" will import relevant portions
of the "official Perl 6 test suite" from the Pugs repository
of the official Perl 6 test suite from the Pugs repository
L<http://svn.pugscode.org/pugs/t/spec/> and run all of these tests that
are currently known to pass.

Expand Down Expand Up @@ -111,7 +116,7 @@ generally accept patches in any form if we can get them to work,
but unified diff from the C<git> command is greatly preferred. In
general this means that in the C<languages/rakudo/> directory you make your
changes, and then type

git commit -m 'Your commit message'
git-format-patch HEAD^

Expand All @@ -130,7 +135,7 @@ See F<docs/compiler_overview.pod>.

=head1 AUTHOR

Patrick Michaud (pmichaud@pobox.com) is the primary author and
Patrick Michaud C<pmichaud@pobox.com> is the primary author and
maintainer for Rakudo Perl 6 on Parrot.

=cut
Expand Down
1 change: 1 addition & 0 deletions docs/spectest-progress.csv
Expand Up @@ -279,3 +279,4 @@
"2009-02-23 00:00",2a9382c,6970,0,307,1977,9254,15192,314
"2009-02-24 00:00",e074bf4,6999,0,308,1987,9294,15232,314
"2009-02-25 00:00",5944501,7007,0,310,1985,9302,15240,314
"2009-02-26 00:00",e6b7133,7041,0,309,1962,9312,15250,314

0 comments on commit 68b39d2

Please sign in to comment.