summaryrefslogtreecommitdiff
path: root/next-lib/src/french/LangFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/french/LangFre.gf')
-rw-r--r--next-lib/src/french/LangFre.gf10
1 files changed, 10 insertions, 0 deletions
diff --git a/next-lib/src/french/LangFre.gf b/next-lib/src/french/LangFre.gf
new file mode 100644
index 000000000..eee63e930
--- /dev/null
+++ b/next-lib/src/french/LangFre.gf
@@ -0,0 +1,10 @@
+--# -path=.:../romance:../abstract:../common
+
+concrete LangFre of Lang =
+ GrammarFre,
+ LexiconFre
+ ** {
+
+flags startcat = Phr ; unlexer = text ; lexer = text ;
+
+} ;