Updated README

This commit is contained in:
yhirose 2018-10-07 17:04:32 -04:00
parent 757e81e63d
commit 9a8af28f06

View File

@ -93,11 +93,13 @@ int main(void) {
}
```
There are two semantic actions available:
There are four semantic actions available:
```cpp
[](const SemanticValues& sv, any& dt)
[](const SemanticValues& sv)
[](SemanticValues& sv, any& dt)
[](SemanticValues& sv)
```
`const SemanticValues& sv` contains the following information: