diff options
| author | aarne <aarne@chalmers.se> | 2011-07-21 08:25:04 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-07-21 08:25:04 +0000 |
| commit | 848373e29e6d16db50b68e8835a474dd14b5ab9d (patch) | |
| tree | 9d53226ea5ab2d62fd3500f8e475db9685c48d7b /src/compiler/GF/Grammar | |
| parent | 29e40b92e149abd3f187f9fae00d5a5580000474 (diff) | |
GenIP, GenRP in Extra and any_Quant in ExtraEng
Diffstat (limited to 'src/compiler/GF/Grammar')
| -rw-r--r-- | src/compiler/GF/Grammar/Parser.y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/GF/Grammar/Parser.y b/src/compiler/GF/Grammar/Parser.y index 969aa25c3..e070f939d 100644 --- a/src/compiler/GF/Grammar/Parser.y +++ b/src/compiler/GF/Grammar/Parser.y @@ -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 |
