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

concrete LangFre of Lang = 
  GrammarFre,
  LexiconFre
  ** {

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

} ;