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