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