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

concrete LangSpa of Lang = 
  GrammarSpa,
  LexiconSpa
  ** {

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

} ;