summaryrefslogtreecommitdiff
path: root/next-lib/src/spanish/LangSpa.gf
blob: ba1b64c62608da8ae5a76fc460b15784c1083bd3 (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 ;

} ;