Skip to content

Commit

Permalink
Minor Episode 5 now that the block stack initialization code is in th…
Browse files Browse the repository at this point in the history
…e begin_TOP action.
  • Loading branch information
tcurtis committed Jul 18, 2010
1 parent 897f92b commit 488743b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial_episode_5.pod
Expand Up @@ -266,7 +266,7 @@ programming language. Hope to catch you later!
=item *

In this episode, we changed the action method for the C<TOP> rule; it is now
invoked twice, once at the beginning of the parse, once at the end of the parse.
invokes the new begin_TOP action at the beginning of the parse.
The block rule, which defines a block to be a series of statements, represents
a new scope. This rule is used in for instance if-statement
(the then-part and else-part), while-statement (the loop body) and others.
Expand Down

0 comments on commit 488743b

Please sign in to comment.