mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-19 18:56:21 -06:00
Merge branch 'majestic' of github.com:krangelov/gf-core into majestic
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