File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ Syntax Reference
67
67
| Negative Lookahead | ` !e ` | Matches without consuming input if expression * e* fails to match the input |
68
68
| Cut Before | ` --e ` | Issues a cut instruction before the expression * e* |
69
69
| Cut After | ` e-- ` | Issues a cut instruction after the expression * e* |
70
- | Action Scheduling | ` e < a ` | Schedules a semantic action * a* to be evaluated if expression * e* successfully matches the input |
71
- | Attribute Binding | ` v % e ` | Binds the return value of the last evaluated semantic action within the expression * e* to the attribute * v* |
70
+ | Action | ` e < a ` | Schedules a semantic action * a* to be evaluated if expression * e* successfully matches the input |
71
+ | Attribute | ` v % e ` | Binds the return value of the last evaluated semantic action within the expression * e* to the attribute * v* |
72
72
73
73
| Control | Description |
74
74
| --- | --- |
You can’t perform that action at this time.
0 commit comments