Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2a-42 authored Dec 25, 2024
1 parent 917f227 commit b3e9bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Mixing left and right associative operators in the same branch is not allowed.
#### Semantic Actions and Predicates
Semantic actions can be defined at any point in a regex.
Semantic predicated can be defined at the beginning of an alternation branch, an optional or a repetition.
Semantic predicates can be defined at the beginning of an alternation branch, an optional or a repetition.
The index of actions and predicates can be used multiple times in a rule.
When the semantic action or predicate is visited in a parse it will execute the rust code of the corresponding associated function in the `PredicatesAndActions` trait implementation of the `Parser` type.
Expand Down

0 comments on commit b3e9bdd

Please sign in to comment.