Example: if_stmt
rule if_stmt { 'if' <expression> 'then' <statement> }
Add an action token to the rule:
rule if_stmt { 'if' <expression> 'then' <statement> {*} }continued...
Parrot update | Parrot update | #36 |
rule if_stmt { 'if' <expression> 'then' <statement> }
Add an action token to the rule:
rule if_stmt { 'if' <expression> 'then' <statement> {*} }continued...
Copyright © 2008 http://www.pmichaud.com/2008/pres/ |