summaryrefslogtreecommitdiff
path: root/examples/translator/TranslateFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/translator/TranslateFre.gf')
-rw-r--r--examples/translator/TranslateFre.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/translator/TranslateFre.gf b/examples/translator/TranslateFre.gf
index e923947a8..e7389b372 100644
--- a/examples/translator/TranslateFre.gf
+++ b/examples/translator/TranslateFre.gf
@@ -5,6 +5,9 @@ concrete TranslateFre of Translate =
PhrasebookFre - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease] **
open SyntaxFre, ParadigmsFre, (E = ExtraFre), Prelude in {
+flags
+ literal = Symb ;
+
lin
PPhr p = lin Text p ;
NP_Person np = {name = lin NP np ; isPron = False ; poss = mkQuant he_Pron} ;