1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/latin/LangLat.gf
2009-08-25 18:42:36 +00:00

11 lines
169 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete LangLat of Lang =
GrammarLat,
LexiconLat
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;