Merge branch 'majestic' of github.com:krangelov/gf-core into majestic

This commit is contained in:
Krasimir Angelov
2025-08-30 20:09:43 +02:00
+1 -1
View File
@@ -720,7 +720,7 @@ NLG :: { Map.Map Ident Info }
ListNLGDef :: { [(Ident,Info)] }
ListNLGDef
: 'oper' NLGDef { [] }
: 'oper' NLGDef { $2 }
| 'oper' NLGDef ListNLGDef { $2 ++ $3 }
NLGDef :: { [(Ident,Info)] }