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

concrete LangLat of Lang = 
  GrammarLat,
  LexiconLat
  ** {

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

} ;