Skip to content

Commit

Permalink
Update some references to Parrot, Perl, and/or Rakudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 26, 2009
1 parent 2cf2dfe commit e6b7133
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CREDITS
Expand Up @@ -2,7 +2,7 @@

Following in the steps of other open source projects that
eventually take over the world, here is the partial list
of people who have contributed to Parrot and its supporting
of people who have contributed to Rakudo and its supporting
works. It is sorted by name and formatted to allow easy
grepping and beautification by scripts.
The fields are: name (N), email (E), web-address (W),
Expand All @@ -11,7 +11,7 @@

Thanks,

The Parrot Team
The Rakudo Team
PS: Yes, this looks remarkably like the Linux CREDITS format
PPS: This file is encoded in UTF-8

Expand Down
7 changes: 4 additions & 3 deletions docs/compiler_overview.pod
Expand Up @@ -26,7 +26,8 @@ the main compiler object (perl6.pir)

=item 4.

builtin functions and runtime support (src/builtins/, src/classes/, src/pmc/)
builtin functions and runtime support (src/setting/, src/builtins/,
src/classes/, src/pmc/)

=back

Expand Down Expand Up @@ -144,7 +145,7 @@ the unless statement that was just parsed.
The Parrot Compiler Toolkit provides a wide variety of PAST
node types for representing the various components of a HLL
program -- for more details about the available node types,
see PDD 26 (L<http://svn.perl.org/parrot/trunk/docs/pdds/pdd26_ast.pod>).
see PDD 26 (L<http://svn.parrot.org/parrot/trunk/docs/pdds/pdd26_ast.pod>).

One important observation to make here is that NQP is used only for
I<building> the Rakudo compiler, and then only to convert the action methods
Expand Down Expand Up @@ -220,7 +221,7 @@ and maintainer.

=head1 COPYRIGHT

Copyright (C) 2007-2008, The Perl Foundation.
Copyright (C) 2007-2009, The Perl Foundation.

=cut

Expand Down
4 changes: 2 additions & 2 deletions docs/glossary.pod
Expand Up @@ -27,7 +27,7 @@ tree into its equivalent abstract syntax tree representation.
Parrot design documents are the specifications for Parrot's
interface to its "outside world". The PDDs serve basically
the same purpose for Parrot that the Synopses serve for Perl 6.
(See L<http://svn.perl.org/parrot/trunk/docs/pdds/>.)
(See L<http://svn.parrot.org/parrot/trunk/docs/pdds/>.)

=item parse grammar

Expand All @@ -47,7 +47,7 @@ semantics of a compiled program. Normally a compiler will
convert source code into an equivalent PAST, and then allow
the compiler toolkit to take care of the code generation.
PAST is documented in PDD 26 - Parrot Abstract Syntax Tree
(L<http://svn.perl.org/parrot/trunk/docs/pdds/pdd26_ast.pod>).
(L<http://svn.parrot.org/parrot/trunk/docs/pdds/pdd26_ast.pod>).

=item PCT - Parrot Compiler Toolkit

Expand Down

0 comments on commit e6b7133

Please sign in to comment.