mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Updated README
This commit is contained in:
parent
757e81e63d
commit
9a8af28f06
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user