typo
This commit is contained in:
parent
619725e5bb
commit
fab8705828
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
//
|
||||
// Note how the grammar is defined by using the macros H_RULE and H_ARULE.
|
||||
// Those rules using ARULE get an attached action which must be declared (as
|
||||
// (a function of type HAction) with a standard name based on the rule name.
|
||||
// a function of type HAction) with a standard name based on the rule name.
|
||||
//
|
||||
// This variant of the example uses fine-grained semantic actions that
|
||||
// transform the parse tree in small steps in a bottom-up fashion. Compare
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue