mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-23 04:15:31 +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
|
```cpp
|
||||||
[](const SemanticValues& sv, any& dt)
|
[](const SemanticValues& sv, any& dt)
|
||||||
[](const SemanticValues& sv)
|
[](const SemanticValues& sv)
|
||||||
|
[](SemanticValues& sv, any& dt)
|
||||||
|
[](SemanticValues& sv)
|
||||||
```
|
```
|
||||||
|
|
||||||
`const SemanticValues& sv` contains the following information:
|
`const SemanticValues& sv` contains the following information:
|
||||||
|
Loading…
Reference in New Issue
Block a user