mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-15 06:46:00 -06:00
fix parsing NLG operations
This commit is contained in:
@@ -720,7 +720,7 @@ NLG :: { Map.Map Ident Info }
|
|||||||
|
|
||||||
ListNLGDef :: { [(Ident,Info)] }
|
ListNLGDef :: { [(Ident,Info)] }
|
||||||
ListNLGDef
|
ListNLGDef
|
||||||
: 'oper' NLGDef { [] }
|
: 'oper' NLGDef { $2 }
|
||||||
| 'oper' NLGDef ListNLGDef { $2 ++ $3 }
|
| 'oper' NLGDef ListNLGDef { $2 ++ $3 }
|
||||||
|
|
||||||
NLGDef :: { [(Ident,Info)] }
|
NLGDef :: { [(Ident,Info)] }
|
||||||
|
|||||||
Reference in New Issue
Block a user