fix recfunctions keyword

This commit is contained in:
Mylloon 2023-10-18 13:59:54 +02:00
parent 094f5f784a
commit 2e44ba6dcd
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -71,7 +71,7 @@ vdefinition:
* Exemple :
* - fun : int f a = 1
* - fun f a = 1 and : int g a = 2 */
| FUN fl=separated_nonempty_list(AND, fundef) {
| FUN fl=separated_nonempty_list(AND_KW, fundef) {
RecFunctions(fl)
}