summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesNor.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesNor.gf')
-rw-r--r--examples/phrasebook/SentencesNor.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesNor.gf b/examples/phrasebook/SentencesNor.gf
new file mode 100644
index 000000000..62f0d6c90
--- /dev/null
+++ b/examples/phrasebook/SentencesNor.gf
@@ -0,0 +1,4 @@
+concrete SentencesNor of Sentences = NumeralNor ** SentencesI with
+ (Syntax = SyntaxNor),
+ (Symbolic = SymbolicNor),
+ (Lexicon = LexiconNor) ;