gh-133412: amend docs for the inst definition (#133708)

The `stack_effect` is incorrectly documented as being allowed to be optional.
This commit is contained in:
Nybblista 2025-05-09 10:06:22 +03:00 committed by GitHub
parent 8054184f9f
commit f77dac66e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ and a piece of C code describing its semantics:
(definition | family | pseudo)+
definition:
"inst" "(" NAME ["," stack_effect] ")" "{" C-code "}"
"inst" "(" NAME "," stack_effect ")" "{" C-code "}"
|
"op" "(" NAME "," stack_effect ")" "{" C-code "}"
|