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

concrete LangCat of Lang = 
  GrammarCat,
  LexiconCat
  ** {

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

} ;