fix parsing NLG operations

This commit is contained in:
Krasimir Angelov
2025-08-30 14:54:07 +00:00
parent d8df0a0171
commit b79a53adc5
+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)] }