Files
gf-rgl/src/ancient_greek/LangGrc.gf
hallgren ffe2a1aedb Enable compilation of Ancient Greek in Setup.hs
Also adjust the -path pragmas in a few places in lib/src/ancient_greek
2016-06-02 13:56:19 +00:00

15 lines
440 B
Plaintext

---# -path=.:../../gf/lib/src/abstract:../common:../prelude
--# -path=../abstract:../common:../prelude
concrete LangGrc of Lang =
GrammarGrc,
LexiconGrc -- use AllGrc to have Extra and BornemannGrc-words
-- ,ConstructionGrc -- too much to be added ad-hoc HL
-- ,DocumentationGrc --# notpresent
** {
flags startcat = Phr ;
unlexer = text ; lexer = text ;
-- unlexer = unlexgreek ; lexer = lexgreek ; -- effect?
} ;