GenIP, GenRP in Extra and any_Quant in ExtraEng

This commit is contained in:
aarne
2011-07-21 08:25:04 +00:00
parent 29e40b92e1
commit 848373e29e
3 changed files with 13 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ module GF.Grammar.Parser
, pModDef
, pModHeader
, pExp
, pTopDef
) where
import GF.Infra.Ident
@@ -20,6 +21,7 @@ import GF.Compile.Update (buildAnyTree)
}
%name pModDef ModDef
%name pTopDef TopDef
%partial pModHeader ModHeader
%name pExp Exp