summaryrefslogtreecommitdiff
path: root/next-lib/src/turkish/LangTur.gf
blob: 1f7c912e8ec2bef39046e31ef72f12649324004c (plain)
1
2
3
4
5
6
7
8
9
10
--# -path=.:../abstract:../common:prelude

concrete LangTur of Lang = 
  GrammarTur,
  LexiconTur
  ** {

flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;

} ;