it is not, please report that through the
[issue tracker](https://github.com/python/cpython/issues).
+Index:
+-----
[Guide to the parser](parser.md)
### Syntax
Each op definition has a kind, a name, a stack and instruction stream effect,
-and a piece of C code describing its semantics::
+and a piece of C code describing its semantics:
```
file:
## Examples
-(Another source of examples can be found in the [tests](test_generator.py).)
+(Another source of examples can be found in the
+[tests](https://github.com/python/cpython/blob/main/Lib/test/test_generated_cases.py).)
Some examples: