diff options
Diffstat (limited to 'next-lib/src/swedish/LangSwe.gf')
| -rw-r--r-- | next-lib/src/swedish/LangSwe.gf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/next-lib/src/swedish/LangSwe.gf b/next-lib/src/swedish/LangSwe.gf new file mode 100644 index 000000000..a321acd1f --- /dev/null +++ b/next-lib/src/swedish/LangSwe.gf @@ -0,0 +1,10 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete LangSwe of Lang = + GrammarSwe, + LexiconSwe + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; |
