1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/latvian/LangLav.gf
2025-02-05 08:30:04 +01:00

15 lines
207 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete LangLav of Lang =
GrammarLav,
LexiconLav
,DocumentationLav --# notpresent
** {
flags
startcat = Phr ;
unlexer = text ;
lexer = text ;
}