diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-08-20 07:14:20 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-08-20 07:14:20 +0000 |
| commit | 02a80d68aaf2efe20973be2e827a581beb0d1624 (patch) | |
| tree | 6d161fdf9dd0fbcc0d89f537692b2690d798db8c /examples/peacekeeping/english/PeaceLexCommon_Eng.gf | |
| parent | 74373394a6cba4fb2189a531f36f7686a2dcd3a0 (diff) | |
peace grammars patched to work with the new API
Diffstat (limited to 'examples/peacekeeping/english/PeaceLexCommon_Eng.gf')
| -rw-r--r-- | examples/peacekeeping/english/PeaceLexCommon_Eng.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/peacekeeping/english/PeaceLexCommon_Eng.gf b/examples/peacekeeping/english/PeaceLexCommon_Eng.gf index fc3ab664d..4a047facd 100644 --- a/examples/peacekeeping/english/PeaceLexCommon_Eng.gf +++ b/examples/peacekeeping/english/PeaceLexCommon_Eng.gf @@ -1,5 +1,6 @@ --# -path=.:present:prelude concrete PeaceLexCommon_Eng of PeaceLexCommon = - PeaceCat_Eng ** PeaceLexCommonI with (Lang = LangEng) ; + PeaceCat_Eng ** PeaceLexCommonI with (Lang = LangEng), + (Constructors = ConstructorsEng) ; |
