summaryrefslogtreecommitdiff
path: root/next-lib/src/demo/DemoSpa.gf
blob: e254c45a6b178ed788f3a14673dbe2e3a7440236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--# -path=.:alltenses

concrete DemoSpa of Demo = 
  NounSpa,
  ClauseSpa,
  AdjectiveSpa,
  AdverbSpa,
  NumeralSpa,
  QuestionSpa,
  StructuralSpa,
  LexiconSpa
  ** {

flags language = es; unlexer = text ; lexer = text ;

} ;