Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RLHF fixes
Wow, is this document outdated now.
  • Loading branch information
lizmat committed Oct 31, 2013
1 parent 1dd6720 commit 2bf7cbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/compiler_overview.pod
Expand Up @@ -25,11 +25,11 @@ A main program drives parsing, code generation and runtime execution

=item 3.

A grammar parses user programs (F<Perl6/Grammar.pm>)
A grammar parses user programs (F<Perl6/Grammar.nqp>)

=item 4.

Action methods build a Parrot Abstract Syntax Tree (F<Perl6/Actions.pm>)
Action methods build a Parrot Abstract Syntax Tree (F<Perl6/Actions.nqp>)

=item 5.

Expand Down Expand Up @@ -158,7 +158,7 @@ exceptions for syntax errors.

=head2 4. Actions

The F<Perl6/Actions.pm> file defines the code that the compiler
The F<Perl6/Actions.nqp> file defines the code that the compiler
generates when it matches each token or rule. The output is a tree
hierarchy of objects representing language syntax elements, such as a
statement. The tree is called a Parrot Abstract Syntax Tree (PAST).
Expand Down

0 comments on commit 2bf7cbc

Please sign in to comment.