Skip to content

Commit 9a8af28

Browse files
committed
Updated README
1 parent 757e81e commit 9a8af28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@ int main(void) {
9393
}
9494
```
9595
96-
There are two semantic actions available:
96+
There are four semantic actions available:
9797
9898
```cpp
9999
[](const SemanticValues& sv, any& dt)
100100
[](const SemanticValues& sv)
101+
[](SemanticValues& sv, any& dt)
102+
[](SemanticValues& sv)
101103
```
102104

103105
`const SemanticValues& sv` contains the following information:

0 commit comments

Comments
 (0)